| Index: components/browser_sync/browser/profile_sync_service.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
|
| index a6efcc9f38373bf03b24cc94fcef8b5ef5cf3113..e4ec760cb27d13093c70451760ebd5e3a937671d 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -357,8 +357,8 @@ void ProfileSyncService::Initialize() {
|
|
|
| RegisterAuthNotifications();
|
|
|
| - if (!IsFirstSetupComplete() || !IsSignedIn()) {
|
| - // Clean up in case of previous crash / setup abort / signout.
|
| + if (!IsSignedIn()) {
|
| + // Clean up in case of previous crash during signout.
|
| StopImpl(CLEAR_DATA);
|
| }
|
|
|
|
|