| 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);
|
|
|