| Index: chrome/browser/ui/views/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
|
| index b3486f171e82103b05efe2ed554df8d7d22ec0b0..9252dee3cfc061cb888c8eec3309dde212b13083 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -14,6 +14,7 @@
|
| // TODO: Make as many of these methods as possible cross platform, and move them
|
| // into chrome/browser/ui/browser_dialogs.h.
|
|
|
| +class BookmarkBubbleDelegate;
|
| class BookmarkBubbleViewObserver;
|
| class Browser;
|
| class BrowserView;
|
| @@ -34,8 +35,10 @@ class View;
|
| namespace chrome {
|
|
|
| // Shows or hides the bookmark bubble anchored to the supplied view.
|
| +// |delegate| will be owned by the bookmark bubble.
|
| void ShowBookmarkBubbleView(views::View* anchor_view,
|
| BookmarkBubbleViewObserver* observer,
|
| + BookmarkBubbleDelegate* delegate,
|
| Profile* profile,
|
| const GURL& url,
|
| bool newly_bookmarked);
|
|
|