| Index: chrome/browser/android/precache/precache_launcher.cc
|
| diff --git a/chrome/browser/android/precache/precache_launcher.cc b/chrome/browser/android/precache/precache_launcher.cc
|
| index b3f91addc1a4b10540a392e4f5b92f177e77c041..4924cd5ca31a302fedb296519ac5cf270301997b 100644
|
| --- a/chrome/browser/android/precache/precache_launcher.cc
|
| +++ b/chrome/browser/android/precache/precache_launcher.cc
|
| @@ -50,7 +50,7 @@ PrecacheManager* GetPrecacheManager(Profile* profile) {
|
|
|
| bool IsSyncTabsEnabled(Profile* profile) {
|
| ProfileSyncService* sync = ProfileSyncServiceFactory::GetForProfile(profile);
|
| - return sync->IsSyncEnabledAndLoggedIn() &&
|
| + return sync->CanSyncStart() &&
|
| sync->GetPreferredDataTypes().Has(syncer::PROXY_TABS);
|
| }
|
|
|
|
|