| 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();
|
| }
|
|
|