| 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 976969d77aa29f0698651bc1099bd7b1342c7d7e..7f68b98261b67ee18291df44ff84d0dc26c6999a 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -50,6 +50,11 @@ void ShowBookmarkBubbleView(views::View* anchor_view,
|
| void HideBookmarkBubbleView();
|
| bool IsBookmarkBubbleViewShowing();
|
|
|
| +// Shows or hides the Chrome To Mobile bubble anchored to the supplied view.
|
| +void ShowChromeToMobileBubbleView(views::View* anchor_view, Profile* profile);
|
| +void HideChromeToMobileBubbleView();
|
| +bool IsChromeToMobileBubbleViewShowing();
|
| +
|
| // Shows the page info bubble anchored to the supplied view.
|
| void ShowPageInfoBubble(views::View* anchor_view,
|
| Profile* profile,
|
|
|