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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.h

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: Remove unused imports. 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/sync/one_click_signin_helper.h
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
index a5219ed9bac772803e680fae82c5e7cb0f560e2a..b0d7c8e8845a1d9f17cecfb1758c200dd22734d9 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -185,7 +185,7 @@ class OneClickSigninHelper
void RedirectToNtpOrAppsPage(bool show_bubble);
void RedirectToSignin();
- void RedirectOnSigninComplete(bool show_bubble);
+ void ShowSyncConfirmationBubble(bool show_bubble);
// Clear all data member of the helper, except for the error.
void CleanTransientState();

Powered by Google App Engine
This is Rietveld 408576698