Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5979)

Unified Diff: chrome/browser/views/bookmark_bubble_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/views/location_bar/content_setting_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bubble_view.cc
===================================================================
--- chrome/browser/views/bookmark_bubble_view.cc (revision 64470)
+++ chrome/browser/views/bookmark_bubble_view.cc (working copy)
@@ -88,9 +88,9 @@
return;
bubble_ = new BookmarkBubbleView(delegate, profile, url, newly_bookmarked);
- InfoBubble* info_bubble =
- InfoBubble::Show(parent->GetClientView()->GetWidget(), bounds,
- BubbleBorder::TOP_RIGHT, bubble_, bubble_);
+ InfoBubble* info_bubble = InfoBubble::Show(
+ parent->GetClientView()->GetWidget(), bounds, BubbleBorder::TOP_RIGHT,
+ bubble_, bubble_);
bubble_->set_info_bubble(info_bubble);
GURL url_ptr(url);
NotificationService::current()->Notify(
« no previous file with comments | « no previous file | chrome/browser/views/location_bar/content_setting_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698