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

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: Nix animation change, init icon visible, fix mac id test, DCHECK token, etc. 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..9f0c5c39c0ac9e19583f97762c789009e80dc99c 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 ShowChromeToMobileBubble();
// 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