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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 10444040: Tracks changes to zoom icon and zoom percentage. Notifies browser window if the icon should be chan… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 004560b51256321a1f72d8887d347a968904c514..bc91c2ebae5de3eb27132de089503a73bfc8b5a3 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -722,6 +722,15 @@ void BrowserView::SetStarredState(bool is_starred) {
GetLocationBarView()->SetStarToggled(is_starred);
}
+void BrowserView::SetZoomIconState(ZoomTabHelper::ZoomIconState state,
+ int zoomPercent) {
+ // TODO(khorimoto): Implement this.
+}
+
+void BrowserView::ShowZoomBubble(int zoomPercent) {
+ // TODO(khorimoto): Implement this.
+}
+
gfx::Rect BrowserView::GetRestoredBounds() const {
return frame_->GetRestoredBounds();
}

Powered by Google App Engine
This is Rietveld 408576698