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

Unified Diff: chrome/common/pref_names.cc

Issue 6410115: Adds navigator.registerProtocolHandler. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Sync'd, disallow non-same origin rph, adds hostname to the infobar. Created 9 years, 10 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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 78430dd1d7d17c3a2f2c9d48af13ea488c14da87..27b364d5ca240eb2b232874fb381aac86f8aa29a 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1243,4 +1243,7 @@ const char kManagedDefaultPopupsSetting[] =
// IDs of background page owners, value is a boolean that is true if the user
// needs to acknowledge this page.
const char kKnownBackgroundPages[] = "background_pages.known";
+
+// Dictionary that maps URL schemes (protocols) to URL handlers.
+const char kRegisteredProtocolHandlers[] = "registered_protocol_handlers";
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698