| Index: components/browser_sync/browser/profile_sync_service.h
|
| diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
|
| index 3fecc3197fa8b306fb396ec8b051385d7a41aae3..2108ecbcbd54351047ec5966821eafcfa043b489 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.h
|
| +++ b/components/browser_sync/browser/profile_sync_service.h
|
| @@ -679,11 +679,6 @@ class ProfileSyncService : public sync_driver::SyncService,
|
| // Update the last auth error and notify observers of error state.
|
| void UpdateAuthErrorState(const GoogleServiceAuthError& error);
|
|
|
| - // Detects and attempts to recover from a previous improper datatype
|
| - // configuration where Keep Everything Synced and the preferred types were
|
| - // not correctly set.
|
| - void TrySyncDatatypePrefRecovery();
|
| -
|
| // Puts the backend's sync scheduler into NORMAL mode.
|
| // Called when configuration is complete.
|
| void StartSyncingWithServer();
|
|
|