| 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 fd01582b32ed52ba1c2de5995dbef92f86da8322..02a57bedae8fb56c29e81eb382d1d66cd0db48fc 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;
|
| }
|
|
|