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 |