Chromium Code Reviews| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
| index e3e5e0aabaf991eaf66d8ec428addf06c11f37f2..779f99fe72956d63a79eefb12a86d03729734539 100644 |
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
| @@ -80,6 +80,7 @@ views::Widget* BookmarkBubbleView::ShowBubble( |
| bookmark_bubble_ = |
| new BookmarkBubbleView(anchor_view, observer, std::move(delegate), |
| profile, url, !already_bookmarked); |
| + bookmark_bubble_->set_arrow(views::BubbleBorder::TOP_RIGHT); |
|
tapted
2016/09/20 01:37:13
This still needs a comment - e.g. "BookmarkBubble
Eugene But (OOO till 7-30)
2016/09/20 01:57:44
Added a comment. Made it more generic w/o describi
|
| if (!anchor_view) { |
| bookmark_bubble_->SetAnchorRect(anchor_rect); |
| bookmark_bubble_->set_parent_window(parent_window); |