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

Unified Diff: chrome/browser/ui/sync/one_click_signin_sync_starter.cc

Issue 1984863002: Clean up LoginUIService. Remove Singleton behavior from PeopleHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync and add datatype push update notifications Created 4 years, 7 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_sync_starter.cc
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
index 8aeb723f22347631056d6a4e50d7e40feea652df..dd6fa5c903535ccf67f1f573f224558f6e43fd33 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
@@ -358,7 +358,6 @@ void OneClickSigninSyncStarter::ConfirmAndSignin() {
base::UTF8ToUTF16(signin->GetUsernameForAuthInProgress()),
base::Bind(&OneClickSigninSyncStarter::UntrustedSigninConfirmed,
weak_pointer_factory_.GetWeakPtr()));
- LoginUIServiceFactory::GetForProfile(profile_)->UntrustedLoginUIShown();
} else {
// No confirmation required - just sign in the user.
signin->CompletePendingSignin();

Powered by Google App Engine
This is Rietveld 408576698