Chromium Code Reviews| Index: chrome/browser/ui/gtk/browser_window_gtk.h |
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h |
| index 2e31480cc104edf0147d4f690389b900874160d6..149b025824c9debd828c2b93c941a40cf5a1827c 100644 |
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h |
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h |
| @@ -87,6 +87,9 @@ class BrowserWindowGtk : public BrowserWindow, |
| virtual void SetDevToolsDockSide(DevToolsDockSide side) OVERRIDE; |
| virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE; |
| virtual void SetStarredState(bool is_starred) OVERRIDE; |
| + virtual void SetZoomIconState(ZoomController::ZoomIconState state) OVERRIDE; |
| + virtual void SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE; |
| + virtual void ShowZoomBubble(int zoomPercent) OVERRIDE; |
|
tfarina
2012/06/01 00:47:53
nit: zoom_percent
Kyle Horimoto
2012/06/01 18:04:50
Done.
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |
| virtual gfx::Rect GetBounds() const OVERRIDE; |
| virtual bool IsMaximized() const OVERRIDE; |