Chromium Code Reviews

Unified Diff: chrome/browser/views/location_bar/content_setting_image_view.cc

Issue 4296003: Make the content settings bubbles extend down and left (like the bookmarks bu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/bookmark_bubble_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/location_bar/content_setting_image_view.cc
===================================================================
--- chrome/browser/views/location_bar/content_setting_image_view.cc (revision 64470)
+++ chrome/browser/views/location_bar/content_setting_image_view.cc (working copy)
@@ -70,9 +70,8 @@
tab_contents, profile_,
content_setting_image_model_->get_content_settings_type()),
profile_, tab_contents);
- info_bubble_ =
- InfoBubble::Show(GetWidget(), screen_bounds, BubbleBorder::TOP_LEFT,
- bubble_contents, this);
+ info_bubble_ = InfoBubble::Show(GetWidget(), screen_bounds,
+ BubbleBorder::TOP_RIGHT, bubble_contents, this);
bubble_contents->set_info_bubble(info_bubble_);
}
« no previous file with comments | « chrome/browser/views/bookmark_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine