| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index acfd6cc65ff1e68f1f5b163df2722d49410301fd..c3a7f092bc449c72c36adfbf0d0acc6a5f6ce408 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace prefs {
|
|
|
| -// Profile prefs
|
| +// Profile prefs. Please add Local State prefs below instead.
|
| extern const char kAppsPromoCounter[];
|
| extern const char kDefaultAppsInstalled[];
|
| extern const char kHomePageIsNewTabPage[];
|
| @@ -245,7 +245,11 @@ extern const char kHttpThrottlingEnabled[];
|
| extern const char kPolicyUserPolicyRefreshRate[];
|
| extern const char kPolicyDevicePolicyRefreshRate[];
|
|
|
| -// Local state
|
| +extern const char kDisable3DAPIs[];
|
| +extern const char kEnableHyperlinkAuditing[];
|
| +extern const char kEnableReferrers[];
|
| +
|
| +// Local state prefs. Please add Profile prefs above instead.
|
| extern const char kMetricsClientID[];
|
| extern const char kMetricsSessionID[];
|
| extern const char kMetricsClientIDTimestamp[];
|
| @@ -470,8 +474,6 @@ extern const char kGSSAPILibraryName[];
|
|
|
| extern const char kKnownBackgroundPages[];
|
|
|
| -extern const char kDisable3DAPIs[];
|
| -
|
| extern const char kRegisteredProtocolHandlers[];
|
|
|
| } // namespace prefs
|
|
|