| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index b863337ed82e006c957f619b0b0a4e59433fdb78..f5ee8e13d4bddf0726fe5f7119f09b7973022fb8 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -84,6 +84,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableNavigationTransitions(bool);
|
|
|
| + BLINK_EXPORT static void enableNetworkInformation(bool);
|
| +
|
| BLINK_EXPORT static void enableOrientationEvent(bool);
|
|
|
| BLINK_EXPORT static void enablePagePopup(bool);
|
|
|