| Index: chrome/browser/ui/views/bubble/bubble.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/bubble/bubble.h (revision 108874)
|
| +++ chrome/browser/ui/views/bubble/bubble.h (working copy)
|
| @@ -112,6 +112,7 @@
|
| static Bubble* Show(views::Widget* parent,
|
| const gfx::Rect& position_relative_to,
|
| views::BubbleBorder::ArrowLocation arrow_location,
|
| + views::BubbleBorder::BubbleAlignment alignment,
|
| views::View* contents,
|
| BubbleDelegate* delegate);
|
|
|
| @@ -126,6 +127,7 @@
|
| views::Widget* parent,
|
| const gfx::Rect& position_relative_to,
|
| views::BubbleBorder::ArrowLocation arrow_location,
|
| + views::BubbleBorder::BubbleAlignment alignment,
|
| views::View* contents,
|
| BubbleDelegate* delegate,
|
| bool show_while_screen_is_locked);
|
| @@ -181,6 +183,7 @@
|
| virtual void InitBubble(views::Widget* parent,
|
| const gfx::Rect& position_relative_to,
|
| views::BubbleBorder::ArrowLocation arrow_location,
|
| + views::BubbleBorder::BubbleAlignment alignment,
|
| views::View* contents,
|
| BubbleDelegate* delegate);
|
|
|
|
|