Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7452)

Unified Diff: chrome/common/pref_names.h

Issue 6773006: Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forward-declare booleanprefmember Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index a69c0fe48b38fff00e64601142e90145f3d2b8b5..c062d6826e2d8d00c151ae99b12d3db3a34bcdb3 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[];
@@ -241,7 +241,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 kCertRevocationCheckingEnabled[];
extern const char kSSL3Enabled[];
extern const char kTLS1Enabled[];
@@ -470,8 +474,6 @@ extern const char kGSSAPILibraryName[];
extern const char kKnownBackgroundPages[];
-extern const char kDisable3DAPIs[];
-
extern const char kRegisteredProtocolHandlers[];
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698