| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index b9033c831a3c8f60255600d76bf8479b78422350..a5b7260a132683f5fa7d2286bb1f8d6d10083395 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 enablePermissionsAPI(bool);
|
| +
|
| BLINK_EXPORT static void enableRequestAutocomplete(bool);
|
|
|
| BLINK_EXPORT static void enableScreenOrientation(bool);
|
|
|