| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 0d81ff9a7a2fa6f55b46435f1701414942d06fb8..a7207887bc253da5d3ec00c109ab511ca070a41e 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -105,6 +105,8 @@ public:
|
|
|
| BLINK_EXPORT static void enablePeerConnection(bool);
|
|
|
| + BLINK_EXPORT static void enablePermissionsAPI(bool);
|
| +
|
| BLINK_EXPORT static void enableRequestAutocomplete(bool);
|
|
|
| BLINK_EXPORT static void enableScreenOrientation(bool);
|
|
|