Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 5a2e88ab300812baec31613661c806ad087b05ae..5f9546c779fd981b6673a4fb798c5e3e61456a79 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -153,6 +153,8 @@ public: |
| BLINK_EXPORT static void enablePushMessagingData(bool); |
| + BLINK_EXPORT static void enableUnsafeES3APIs(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |