| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 181897)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -21,11 +21,6 @@
|
| // Whether we have installed default apps yet in this profile.
|
| const char kDefaultAppsInstalled[] = "default_apps_installed";
|
|
|
| -// Disables screenshot accelerators and extension APIs.
|
| -// This setting resides both in profile prefs and local state. Accelerator
|
| -// handling code reads local state, while extension APIs use profile pref.
|
| -const char kDisableScreenshots[] = "disable_screenshots";
|
| -
|
| // A boolean specifying whether the New Tab page is the home page or not.
|
| const char kHomePageIsNewTabPage[] = "homepage_is_newtabpage";
|
|
|
| @@ -35,13 +30,6 @@
|
| // Did the user change the home page after install?
|
| const char kHomePageChanged[] = "homepage_changed";
|
|
|
| -// This preference is used to store the hash of a password of the custodian of
|
| -// a managed user. It allows to unlock options which should be not available to
|
| -// the managed user. The salt preference is used to derive the hash from the
|
| -// password.
|
| -const char kManagedModeLocalPassphrase[] = "managed_mode.passphrase";
|
| -const char kManagedModeLocalSalt[] = "managed_mode.salt";
|
| -
|
| // Maps host names to whether the host is manually allowed or blocked.
|
| const char kManagedModeManualHosts[] = "profile.managed.manual_hosts";
|
| // Maps URLs to whether the URL is manually allowed or blocked.
|
| @@ -80,6 +68,11 @@
|
| // higher.
|
| const char kRestoreOnStartupMigrated[] = "session.restore_on_startup_migrated";
|
|
|
| +// Disables screenshot accelerators and extension APIs.
|
| +// This setting resides both in profile prefs and local state. Accelerator
|
| +// handling code reads local state, while extension APIs use profile pref.
|
| +const char kDisableScreenshots[] = "disable_screenshots";
|
| +
|
| // The application locale.
|
| // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
|
| // and user's profile. Global property determines locale of login screen,
|
|
|