Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 79c4125b54a6b1384ee9bb0dbf1cd0ea131101b0..49c8d8de394a6cc5403aebebaa8dcca570bb9fd0 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -148,6 +148,8 @@ public: |
| BLINK_EXPORT static void enablePushMessagingData(bool); |
| + BLINK_EXPORT static void enableUnsafeES3APIs(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |