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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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: rebase ALL the thigns 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/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index f8e33791e4138ae8df6187252abb3f9dbcbcc68a..2cdc61bc266c12d43e3e339905a4f40e6297cd52 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1187,9 +1187,10 @@ void BrowserView::ShowChromeToMobileBubble() {
void BrowserView::ShowOneClickSigninBubble(
OneClickSigninBubbleType type,
const string16& email,
+ const string16& error_message,
const StartSyncCallback& start_sync_callback) {
- OneClickSigninBubbleView::ShowBubble(type, email, toolbar_,
- start_sync_callback);
+ OneClickSigninBubbleView::ShowBubble(type, email, error_message,
+ toolbar_, start_sync_callback);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698