Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 94e33796184012859d94e9493f81ec60cfc0bc10..ab77f6c188c651c30d8c7d6088bd6072f3c5a736 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -576,6 +576,7 @@ class Browser : public TabHandlerDelegate, |
| const GURL& url, |
| const content::SSLStatus& ssl, |
| bool show_history); |
| + void ChromeToMobile(); |
|
sky
2012/03/11 21:41:22
ChromeToMobile is a confusing name for this. How a
msw
2012/03/12 10:17:18
Renamed ShowChromeToMobileBubble, describing the f
sky
2012/03/12 15:28:12
SharePage is too vague. My vote stands, but I'll d
msw
2012/03/12 22:11:46
As I sent offline, we'll stick with Chrome To Mobi
|
| // Returns true if the Browser supports the specified feature. The value of |
| // this varies during the lifetime of the browser. For example, if the window |