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

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: 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 e4da000b543d49a1903f5bf8815fc65e36e6fde7..97a02a1ca1cecf90d7f0c5a2470cd64ff42bdfc6 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -181,7 +181,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