| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| index eb0740a24093d18a7837149b61b47867752b69d1..ebdb4ce1051b4d1b6f83a3f6b6fabd5e250bee15 100644
|
| --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| @@ -145,6 +145,9 @@ public:
|
| WEBKIT_EXPORT static void enableNotifications(bool);
|
| WEBKIT_EXPORT static bool isNotificationsEnabled();
|
|
|
| + WEBKIT_EXPORT static void enablePagePopup(bool);
|
| + WEBKIT_EXPORT static bool isPagePopupEnabled();
|
| +
|
| WEBKIT_EXPORT static void enablePeerConnection(bool);
|
| WEBKIT_EXPORT static bool isPeerConnectionEnabled();
|
|
|
|
|