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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2249043002: Disable WebShare on platforms other than android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index d60ef7693616c004ce118931aa43ab2f9c66a897..dd4cf4c7c04e6336789e1a606978c9a1392a388d 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -116,6 +116,7 @@ public:
BLINK_EXPORT static void enableWebFontsInterventionTrigger(bool);
BLINK_EXPORT static void enableWebGLDraftExtensions(bool);
BLINK_EXPORT static void enableWebGLImageChromium(bool);
+ BLINK_EXPORT static void enableWebShare(bool);
BLINK_EXPORT static void enableWebUsb(bool);
BLINK_EXPORT static void enableWebVR(bool);
BLINK_EXPORT static void enableXSLT(bool);

Powered by Google App Engine
This is Rietveld 408576698