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

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: review Created 9 years, 9 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
« no previous file with comments | « chrome/common/extensions/docs/experimental.contentSettings.misc.html ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index acfd6cc65ff1e68f1f5b163df2722d49410301fd..37e44a56bd3eec45a63f5f05229f7a6f0d8c074f 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -12,7 +12,7 @@
namespace prefs {
-// Profile prefs
+// Profile prefs. Please Local State prefs below instead.
Mattias Nissler (ping if slow) 2011/04/05 10:57:51 Grammar.
Bernhard Bauer 2011/04/05 11:34:31 Whoops, forgot to save.
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
« no previous file with comments | « chrome/common/extensions/docs/experimental.contentSettings.misc.html ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698