| Index: chrome/common/pref_names.h
|
| ===================================================================
|
| --- chrome/common/pref_names.h (revision 181902)
|
| +++ chrome/common/pref_names.h (working copy)
|
| @@ -16,9 +16,12 @@
|
| // Profile prefs. Please add Local State prefs below instead.
|
| extern const char kDefaultApps[];
|
| extern const char kDefaultAppsInstalled[];
|
| +extern const char kDisableScreenshots[];
|
| extern const char kHomePageIsNewTabPage[];
|
| extern const char kHomePage[];
|
| extern const char kHomePageChanged[];
|
| +extern const char kManagedModeLocalPassphrase[];
|
| +extern const char kManagedModeLocalSalt[];
|
| extern const char kManagedModeManualHosts[];
|
| extern const char kManagedModeManualURLs[];
|
| extern const char kSessionExitedCleanly[];
|
| @@ -26,7 +29,6 @@
|
| extern const char kRestoreOnStartup[];
|
| extern const char kURLsToRestoreOnStartup[];
|
| extern const char kRestoreOnStartupMigrated[];
|
| -extern const char kDisableScreenshots[];
|
|
|
| // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
|
| // and user's profile. Global property determines locale of login screen,
|
|
|