| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/content_setting_image_view.cc (revision 108874)
|
| +++ chrome/browser/ui/views/location_bar/content_setting_image_view.cc (working copy)
|
| @@ -144,6 +144,7 @@
|
| profile, tab_contents->tab_contents());
|
| bubble_ = Bubble::Show(GetWidget(), screen_bounds,
|
| views::BubbleBorder::TOP_RIGHT,
|
| + views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR,
|
| bubble_contents, this);
|
| bubble_contents->set_bubble(bubble_);
|
| }
|
|
|