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

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: 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 bea6914ee31a7aa19f49f3beead61709cc1e5bf0..8d83cf2179b6bb14873e668410095f5835156bb0 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