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

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

Issue 2339873002: Replace hide-scrollbars flag with a web setting. (Closed)
Patch Set: check for presence of settings using DCHECK + sync. 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 053b79c5b8504912abe1281048b78da3c8b0d2fc..6afab4d3a19b7d85714366b479202d65cda9075f 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);
« no previous file with comments | « third_party/WebKit/Source/web/tests/VisualViewportTest.cpp ('k') | third_party/WebKit/public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698