Chromium Code Reviews| 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 301482ba19d356b72f91f4c7d28d6a128e7fd629..625635639c9ef2462aaf04ff38c87422444be5d6 100644 |
| --- a/chrome/browser/ui/views/frame/browser_view.cc |
| +++ b/chrome/browser/ui/views/frame/browser_view.cc |
| @@ -724,6 +724,18 @@ void BrowserView::SetStarredState(bool is_starred) { |
| GetLocationBarView()->SetStarToggled(is_starred); |
| } |
| +void BrowserView::SetZoomIconState(ZoomController::ZoomIconState state) { |
| + // TODO(khorimoto): Implement this. |
| +} |
| + |
| +void BrowserView::SetZoomIconTooltipPercent(int zoom_percent) { |
| + // TODO(khorimoto): Implement this. |
| +} |
| + |
| +void BrowserView::ShowZoomBubble(int zoomPercent) { |
|
tfarina
2012/06/01 00:47:53
nit: zoom_percent
Kyle Horimoto
2012/06/01 18:04:50
Done.
|
| + // TODO(khorimoto): Implement this. |
| +} |
| + |
| gfx::Rect BrowserView::GetRestoredBounds() const { |
| return frame_->GetRestoredBounds(); |
| } |