| 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 c0df222e2e3dd6df9def60fab0dc70bae680209a..ebb103643dd5cca836f74740d8eb053fc153c68d 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -89,6 +89,7 @@ public:
|
| BLINK_EXPORT static void enableNotifications(bool);
|
| BLINK_EXPORT static void enableOrientationEvent(bool);
|
| BLINK_EXPORT static void enableOverlayScrollbars(bool);
|
| + BLINK_EXPORT static void enableHideScrollbars(bool);
|
| BLINK_EXPORT static void enablePagePopup(bool);
|
| BLINK_EXPORT static void enableParseHTMLOnMainThread(bool);
|
| BLINK_EXPORT static void enablePassiveDocumentEventListeners(bool);
|
|
|