Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2339873002: Replace hide-scrollbars flag with a web setting. (Closed)
Patch Set: Add missing plumbing of hide_scrollbars preference. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 116b07b09a7a6bf9ad9ccfcdcd17169a5239de5f..2ad1bf32adf66f2c1fc90d7e4de0ea4e059dbc17 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -91,7 +91,6 @@ 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);

Powered by Google App Engine
This is Rietveld 408576698