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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.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, 5 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index 742a5dca6b2aa5a41c378ab5f0237a90ff9122b5..aca5428c4d199657b087eb06f150be74a1ff4316 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -238,7 +238,7 @@ class TabContents : public content::WebContentsObserver {
return web_intent_picker_controller_.get();
}
- ZoomController* zoom_controller() {
+ ZoomController* zoom_controller() const {
return zoom_controller_.get();
}

Powered by Google App Engine
This is Rietveld 408576698