Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / chromeos / drive / drive_pref_names.h
blob9eec41700cd38af4e07bdf9a9f0ceb07e00f1a87
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Constants for the names of preferences related to Google Drive.
7 #ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PREF_NAMES_H_
8 #define CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PREF_NAMES_H_
10 namespace drive {
11 namespace prefs {
13 extern const char kDisableDrive[];
14 extern const char kDisableDriveOverCellular[];
15 extern const char kDisableDriveHostedFiles[];
17 } // namespace prefs
18 } // namespace drive
20 #endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PREF_NAMES_H_