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

Unified Diff: chrome/browser/ui/panels/panel.cc

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/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 9544590d0559f1aa49cea24967fc2601cbc159cd..2b29655b3b773a29141c496f8e4b47d8791f381b 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -465,6 +465,10 @@ void Panel::ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {
NOTIMPLEMENTED();
}
+void Panel::ShowChromeToMobileBubble() {
+ NOTIMPLEMENTED();
+}
+
bool Panel::IsDownloadShelfVisible() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698