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

Unified Diff: chrome/common/pref_names.h

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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 9dff4dd7ef50b213d9eb7586eb641b7008b57461..f41e3ff70f42ee82e3aae48fe0fd5528cdd934f6 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -452,6 +452,8 @@ extern const char kKnownBackgroundPages[];
extern const char kDisable3DAPIs[];
+extern const char kRegisteredProtocolHandlers[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698