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

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: git try 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index acfd6cc65ff1e68f1f5b163df2722d49410301fd..bb2f2f8bd99290eb759f7a81c763fc5d619c94ec 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -471,6 +471,8 @@ extern const char kGSSAPILibraryName[];
extern const char kKnownBackgroundPages[];
extern const char kDisable3DAPIs[];
+extern const char kEnableHyperlinkAuditing[];
+extern const char kEnableReferrers[];
Mattias Nissler (ping if slow) 2011/04/05 08:48:27 Note that the lower part of this file is for local
Bernhard Bauer 2011/04/05 10:48:34 :-( I didn't realize that. Added a comment to make
Mattias Nissler (ping if slow) 2011/04/05 10:57:51 Thanks. I guess the state it's currently makes it
extern const char kRegisteredProtocolHandlers[];

Powered by Google App Engine
This is Rietveld 408576698