| 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 458ccfc5dcd6c7b7f3875891aab9b6e27323e068..838ec167927f74242dc0e037e1d50bd7ae404ac4 100644
|
| --- a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
|
| +++ b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
|
| @@ -29,6 +29,10 @@ class ImmersiveModeControllerStub : public ImmersiveModeController {
|
| virtual void CancelReveal() OVERRIDE;
|
| virtual ImmersiveModeController::RevealedLock*
|
| GetRevealedLock() OVERRIDE WARN_UNUSED_RESULT;
|
| + virtual void AnchorWidgetToTopContainer(views::Widget* widget,
|
| + int y_offset) OVERRIDE;
|
| + virtual void UnanchorWidgetFromTopContainer(views::Widget* widget) OVERRIDE;
|
| + virtual void OnTopContainerBoundsChanged() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ImmersiveModeControllerStub);
|
|
|