| Index: chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
|
| diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
|
| index 973cd16b5281fca4adb024cc7e8856902e018d93..657d3a8a587705dbf509dfb5b9b60369b7388e55 100644
|
| --- a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
|
| +++ b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
|
| @@ -18,9 +18,7 @@ class ImmersiveModeControllerStub : public ImmersiveModeController {
|
| virtual ~ImmersiveModeControllerStub();
|
|
|
| // ImmersiveModeController overrides:
|
| - virtual void Init(Delegate* delegate,
|
| - views::Widget* widget,
|
| - views::View* top_container) OVERRIDE;
|
| + virtual void Init(BrowserView* browser_view) OVERRIDE;
|
| virtual void SetEnabled(bool enabled) OVERRIDE;
|
| virtual bool IsEnabled() const OVERRIDE;
|
| virtual bool ShouldHideTabIndicators() const OVERRIDE;
|
|
|