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

Unified Diff: chrome/common/pref_names.h

Issue 293983004: Modify ProtocolHandlerRegistry to make room for policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 0c13bb2153b1905daa415c042b5f43c0fd7b072e..6fad34953eb2b14501ff24b5169cec422c27eed7 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -745,6 +745,8 @@ extern const char kBuiltInDnsClientEnabled[];
extern const char kRegisteredProtocolHandlers[];
extern const char kIgnoredProtocolHandlers[];
+extern const char kPolicyRegisteredProtocolHandlers[];
+extern const char kPolicyIgnoredProtocolHandlers[];
extern const char kCustomHandlersEnabled[];
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698