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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 22871006: Implement unregisterProtocolHandler() function on CUSTOM_SCHEME_HANDLER (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index af54f705a9987f6f7130887a48f0051ff29ef9f9..8afb89d4b16b377e64d359acbd8c4abb8d73b98b 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -140,6 +140,9 @@ public:
WEBKIT_EXPORT static void enableHTMLImports(bool);
WEBKIT_EXPORT static bool isHTMLImportsEnabled();
+ WEBKIT_EXPORT static void enableCustomSchemeHandler(bool);
+ WEBKIT_EXPORT static bool isCustomSchemeHandlerEnabled();
abarth-chromium 2013/08/21 17:10:19 There is no need to expose this API separately. I
gyuyoung-inactive 2013/08/22 01:12:38 I wonder if the "experimental" API is generated au
+
// FIXME: Remove this when embedders switch to enableEmbedderCustomElements.
WEBKIT_EXPORT static void enableCustomElements(bool);
WEBKIT_EXPORT static void enableEmbedderCustomElements(bool);

Powered by Google App Engine
This is Rietveld 408576698