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

Unified Diff: chrome/browser/sync/signin_manager.cc

Issue 7600003: Pre- and Auto-login should not log the user out of an already signed in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add test source code file to CL Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/autologin_infobar_delegate.cc » ('j') | content/common/url_fetcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/signin_manager.cc
===================================================================
--- chrome/browser/sync/signin_manager.cc (revision 96549)
+++ chrome/browser/sync/signin_manager.cc (working copy)
@@ -330,7 +330,7 @@
profile_->GetRequestContext()));
}
- client_login_->StartTokenAuth(tok_details->token());
+ client_login_->StartMergeSession(tok_details->token());
// We only want to do this once per sign-in.
CleanupNotificationRegistration();
« no previous file with comments | « no previous file | chrome/browser/ui/autologin_infobar_delegate.cc » ('j') | content/common/url_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698