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

Unified Diff: ui/native_theme/native_theme_switches.h

Issue 2175163005: Add flag to hide scrollbars completely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ShouldHideScrollbars(). Created 4 years, 4 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
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | ui/native_theme/native_theme_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_switches.h
diff --git a/ui/native_theme/native_theme_switches.h b/ui/native_theme/native_theme_switches.h
index 026ee70eca378be31944d0b8c56fd8d6d96583fc..643ba62c30e208ba1ad3184891811e2ac8481d38 100644
--- a/ui/native_theme/native_theme_switches.h
+++ b/ui/native_theme/native_theme_switches.h
@@ -13,12 +13,14 @@ namespace switches {
NATIVE_THEME_EXPORT extern const char kDisableOverlayScrollbar[];
NATIVE_THEME_EXPORT extern const char kEnableOverlayScrollbar[];
+NATIVE_THEME_EXPORT extern const char kHideScrollbars[];
} // namespace switches
namespace ui {
NATIVE_THEME_EXPORT bool IsOverlayScrollbarEnabled();
+NATIVE_THEME_EXPORT bool ShouldHideScrollbars();
} // namespace ui
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | ui/native_theme/native_theme_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698