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

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

Issue 2690443002: cros-md: Remove the non-MD immersive mode code paths (Closed)
Patch Set: rebase & code comments 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 be3cbebd2e2094e54fc3524c5093263e27817495..0ff37ffb42227e854a87a1dd4ce8d6fa4ced1346 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller.h
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller.h
@@ -74,10 +74,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