| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 758deae39b6a6362d7e581c0a7d101e26547e4b2..745f24cf98950ce46d3d5c29f2b492140c59941c 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -107,6 +107,9 @@ public:
|
| BLINK_EXPORT static void enableNotifications(bool);
|
| BLINK_EXPORT static bool isNotificationsEnabled();
|
|
|
| + BLINK_EXPORT static void enableNavigatorContentUtils(bool);
|
| + BLINK_EXPORT static bool isNavigatorContentUtilsEnabled();
|
| +
|
| BLINK_EXPORT static void enablePagePopup(bool);
|
| BLINK_EXPORT static bool isPagePopupEnabled();
|
|
|
|
|