| 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;
|
|
|
|
|