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

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

Issue 13979003: Win: Display a native bubble (instead of the JS one) after the web signin flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed/reenabled browser tests (hopefully) 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
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 29a2329a1978c1c833605802c5391a6863bae6f7..5fa53314a2b30b81a3c7273a4e1f829ec38dc6a4 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -972,7 +972,8 @@ void BrowserWindowGtk::ShowChromeToMobileBubble() {
void BrowserWindowGtk::ShowOneClickSigninBubble(
OneClickSigninBubbleType type,
const string16& email,
- const StartSyncCallback& start_sync_callback) {
+ const StartSyncCallback& start_sync_callback,
+ const std::string& error_message) {
new OneClickSigninBubbleGtk(this, type, start_sync_callback);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698