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

Unified Diff: chrome/browser/ui/browser.h

Issue 10736028: Refactor browser window zoom handling and enable zoom icon on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 6f77745550f6c9a9f378f47410cfbc4f0b014739..d38884d6ddaac7a7cf42363ac7f758cce66d0e89 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -668,10 +668,7 @@ class Browser : public TabStripModelObserver,
bool starred) OVERRIDE;
// Overridden from ZoomObserver:
- virtual void OnZoomIconChanged(TabContents* source,
- ZoomController::ZoomIconState state) OVERRIDE;
virtual void OnZoomChanged(TabContents* source,
- int zoom_percent,
bool can_show_bubble) OVERRIDE;
// Overridden from SelectFileDialog::Listener:
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698