| Index: chrome/browser/sync/sync_prefs.h
|
| diff --git a/chrome/browser/sync/sync_prefs.h b/chrome/browser/sync/sync_prefs.h
|
| index 5b3e8cfd6cb9c1d52a4583a175adeea8d7fe0ec6..4fa9cee30f20bf488ccb9fd6580551dc2a5ebfc4 100644
|
| --- a/chrome/browser/sync/sync_prefs.h
|
| +++ b/chrome/browser/sync/sync_prefs.h
|
| @@ -59,11 +59,6 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
|
|
| static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| - // Checks if sync is enabled for the profile that owns |io_data|. This must
|
| - // be invoked on the IO thread, and can be used to check if sync is enabled
|
| - // on that thread.
|
| - static bool IsSyncAccessibleOnIOThread(ProfileIOData* io_data);
|
| -
|
| void AddSyncPrefObserver(SyncPrefObserver* sync_pref_observer);
|
| void RemoveSyncPrefObserver(SyncPrefObserver* sync_pref_observer);
|
|
|
|
|