Chromium Code Reviews| 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(); |