| Index: chrome/browser/ui/views/pinned_contents_info_bubble.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/pinned_contents_info_bubble.cc (revision 108874)
|
| +++ chrome/browser/ui/views/pinned_contents_info_bubble.cc (working copy)
|
| @@ -44,6 +44,7 @@
|
| PinnedContentsInfoBubble* bubble =
|
| new PinnedContentsInfoBubble(bubble_anchor);
|
| bubble->InitBubble(parent, position_relative_to, arrow_location,
|
| + views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR,
|
| contents, delegate);
|
| return bubble;
|
| }
|
|
|