Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index b9033c831a3c8f60255600d76bf8479b78422350..6ae5f63f247def10e6346315b3444894e2ee4104 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -101,6 +101,8 @@ public: |
| BLINK_EXPORT static void enablePagePopup(bool); |
| + BLINK_EXPORT static void enablePermissions(bool); |
|
dglazkov
2015/05/20 20:02:05
enablePermissionsAPI maybe?
timvolodine
2015/05/21 11:46:15
sure, done.
|
| + |
| BLINK_EXPORT static void enableRequestAutocomplete(bool); |
| BLINK_EXPORT static void enableScreenOrientation(bool); |