| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index 4bb90e14b4312e271880a4aa87d1a1cbcb188209..dfc2821cdba649540b4e9115e5ec61ece060ec4d 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -804,11 +804,6 @@ void ProfileSyncService::ShutdownImpl(syncer::ShutdownReason reason) {
|
| void ProfileSyncService::StopImpl(SyncStopDataFate data_fate) {
|
| switch (data_fate) {
|
| case KEEP_DATA:
|
| - // TODO(maxbogue): Investigate whether this logic can/should be moved
|
| - // into ShutdownImpl or the sync engine itself.
|
| - if (HasSyncingEngine()) {
|
| - engine_->UnregisterInvalidationIds();
|
| - }
|
| ShutdownImpl(syncer::STOP_SYNC);
|
| break;
|
| case CLEAR_DATA:
|
|
|