Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3548)

Unified Diff: chrome/browser/ui/browser.h

Issue 9443007: Add Chrome To Mobile Service and Views Page Action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put shared CloudPrint consts/helpers in chrome/common/; use CloudPrintURL. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698