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

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.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/Source/core/testing/InternalSettings.h
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
index d6a62c172e3b0ad733cd833167729cdd1ca54303..68ecebc6e08ef57e0cd556c7900155a0f107652f 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.h
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
@@ -98,6 +98,7 @@ public:
void setMediaTypeOverride(const String& mediaType, ExceptionState&);
void setDisplayModeOverride(const String& displayMode, ExceptionState&);
void setMockScrollbarsEnabled(bool, ExceptionState&);
+ void setHideScrollbars(bool, ExceptionState&);
void setMockGestureTapHighlightsEnabled(bool, ExceptionState&);
void setTextAutosizingEnabled(bool, ExceptionState&);
void setTextTrackKindUserPreference(const String& preference, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698