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

Unified Diff: chrome/browser/ui/views/frame/immersive_mode_controller.h

Issue 2702663002: [Merge to M57] cros-md: Remove the non-MD immersive mode code paths (Closed)
Patch Set: Created 3 years, 10 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: chrome/browser/ui/views/frame/immersive_mode_controller.h
diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller.h b/chrome/browser/ui/views/frame/immersive_mode_controller.h
index 510b011f132fe36c215cb11bfbd9032e653b1b1a..d7207c1cb72400d8b90813685f2bf2b2c833f5e7 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller.h
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller.h
@@ -67,10 +67,6 @@ class ImmersiveModeController {
virtual void SetEnabled(bool enabled) = 0;
virtual bool IsEnabled() const = 0;
- // True if the miniature "tab indicators" should be hidden in the main browser
- // view when immersive mode is enabled.
- virtual bool ShouldHideTabIndicators() const = 0;
-
// True when the top views are hidden due to immersive mode.
virtual bool ShouldHideTopViews() const = 0;

Powered by Google App Engine
This is Rietveld 408576698