Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1038)

Unified Diff: chrome/browser/ui/views/frame/immersive_mode_controller_stub.h

Issue 16998006: Add handling for immersive fullscreen to the zoom bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bd944436eb3a9457465474d51cf055cb91c7e03c..fddb3e6f346d72016e31821223cb9f3a45ccb504 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.h
@@ -34,6 +34,8 @@ class ImmersiveModeControllerStub : public ImmersiveModeController {
int y_offset) OVERRIDE;
virtual void UnanchorWidgetFromTopContainer(views::Widget* widget) OVERRIDE;
virtual void OnTopContainerBoundsChanged() OVERRIDE;
+ virtual void AddObserver(Observer* observer) OVERRIDE;
+ virtual void RemoveObserver(Observer* observer) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ImmersiveModeControllerStub);

Powered by Google App Engine
This is Rietveld 408576698