| Index: chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
|
| diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
|
| index b25f80078d4607c7cf3046e9b6674569d621d558..f98b3a3ed3916d14a6e86e6ceb20917a86b21266 100644
|
| --- a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
|
| +++ b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
|
| @@ -23,10 +23,6 @@ bool ImmersiveModeControllerStub::IsEnabled() const {
|
| return false;
|
| }
|
|
|
| -bool ImmersiveModeControllerStub::ShouldHideTabIndicators() const {
|
| - return false;
|
| -}
|
| -
|
| bool ImmersiveModeControllerStub::ShouldHideTopViews() const {
|
| return false;
|
| }
|
|
|