| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 9f7142969de10743840db40bb431ddeb34aaf5b7..92239c61d4413d637b24d82c33adfe9c7966da8e 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -92,6 +92,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableNotificationConstructor(bool);
|
| BLINK_EXPORT static void enableNotificationContentImage(bool);
|
| BLINK_EXPORT static void enableNotifications(bool);
|
| + BLINK_EXPORT static void enableOnDeviceChange(bool);
|
| BLINK_EXPORT static void enableOrientationEvent(bool);
|
| BLINK_EXPORT static void enableOverlayScrollbars(bool);
|
| BLINK_EXPORT static void enablePagePopup(bool);
|
|
|