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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.cc

Issue 9863032: [Sync] [Mac] Implement one-click signin bubble for OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sky's comments 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
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 028921fa610daa4a51c91e39be366ce198ac99b3..0a24ad4db78a673637eb0442d7e0019962720f9f 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1079,7 +1079,9 @@ void BrowserWindowGtk::ShowChromeToMobileBubble() {
}
#if defined(ENABLE_ONE_CLICK_SIGNIN)
-void BrowserWindowGtk::ShowOneClickSigninBubble() {
+void BrowserWindowGtk::ShowOneClickSigninBubble(
+ const base::Closure& learn_more_callback,
+ const base::Closure& advanced_callback) {
// TODO(rogerta): will be implemented when the one-click feature is done on
// linux.
NOTIMPLEMENTED();
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698