| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 5536a492e6f6f98592530eaa5fab5081a90c4c40..284f8672adcee772b35cd6d0e4879e2190544d6c 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -321,7 +321,8 @@ void LocationBarView::ZoomChangedForActiveTab(bool can_show_bubble) {
|
|
|
| WebContents* web_contents = GetWebContents();
|
| if (can_show_bubble && zoom_view_->visible() && web_contents)
|
| - ZoomBubbleView::ShowBubble(web_contents, ZoomBubbleView::AUTOMATIC);
|
| + ZoomBubbleView::ShowBubble(web_contents, gfx::Point(),
|
| + ZoomBubbleView::AUTOMATIC);
|
| }
|
|
|
| void LocationBarView::SetStarToggled(bool on) {
|
|
|