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

Unified Diff: Source/modules/navigatorcontentutils/NavigatorContentUtils.h

Issue 22859043: Add a CustomSchemeHandler runtime flag to remove ENABLE(CUSTOM_SCHEME_HANDLER) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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: Source/modules/navigatorcontentutils/NavigatorContentUtils.h
diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
index 6ab6874ad040af90382a8bad200c147665ce2a4b..050d0143e390ae1ae647146027f24abcb9a040bf 100644
--- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
+++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
@@ -47,10 +47,8 @@ public:
static void registerProtocolHandler(Navigator*, const String& scheme, const String& url, const String& title, ExceptionState&);
-#if ENABLE(CUSTOM_SCHEME_HANDLER)
static String isProtocolHandlerRegistered(Navigator*, const String& scheme, const String& url, ExceptionState&);
static void unregisterProtocolHandler(Navigator*, const String& scheme, const String& url, ExceptionState&);
-#endif
static PassRefPtr<NavigatorContentUtils> create(NavigatorContentUtilsClient*);

Powered by Google App Engine
This is Rietveld 408576698