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

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

Issue 14258007: GTK: Display a native bubble (instead of the JS one) after the web signin flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ntpBubble
Patch Set: Rebase with master Created 7 years, 8 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 | « no previous file | chrome/browser/ui/gtk/one_click_signin_bubble_gtk.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 b369a317258c6d5406cb3be307cb0466ec9ac034..cdff82a275fc694f268f908326e670acac78167f 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -978,7 +978,9 @@ void BrowserWindowGtk::ShowOneClickSigninBubble(
const string16& email,
const string16& error_message,
const StartSyncCallback& start_sync_callback) {
- new OneClickSigninBubbleGtk(this, type, email, start_sync_callback);
+
+ new OneClickSigninBubbleGtk(this, type, email,
+ error_message, start_sync_callback);
}
#endif
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/one_click_signin_bubble_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698