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

Unified Diff: ui/native_theme/native_theme_switches.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
« no previous file with comments | « third_party/WebKit/public/web/WebSettings.h ('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 643ba62c30e208ba1ad3184891811e2ac8481d38..026ee70eca378be31944d0b8c56fd8d6d96583fc 100644
--- a/ui/native_theme/native_theme_switches.h
+++ b/ui/native_theme/native_theme_switches.h
@@ -13,14 +13,12 @@ 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 | « third_party/WebKit/public/web/WebSettings.h ('k') | ui/native_theme/native_theme_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698