| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index f3597062d1091bd32bd48343e0db6e8cc2cb444c..f31a537afd6190851dce1c5e652b64424a35c36f 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -214,6 +214,9 @@ class BrowserWindow : public BaseWindow {
|
| // |already_bookmarked| is true if the url is already bookmarked.
|
| virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) = 0;
|
|
|
| + // Shows the Chrome To Mobile bubble.
|
| + virtual void ShowChromeToMobileBubble() = 0;
|
| +
|
| // Whether or not the shelf view is visible.
|
| virtual bool IsDownloadShelfVisible() const = 0;
|
|
|
|
|