| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index a36b82c05af0190641ccfe042e54c2bee941aafa..98055c4075e36a2ad77462620a5330b8b9f523bd 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -1076,7 +1076,7 @@ void ProfileSyncService::OnUserSubmittedAuth(
|
| }
|
|
|
| if (!signin_->GetUsername().empty()) {
|
| - signin_->SignOut();
|
| + signin_->ClearInMemoryData();
|
| }
|
|
|
| // The user has submitted credentials, which indicates they don't
|
|
|