| Index: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| diff --git a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| index 52942698fbce7cce94cf71fb8976000c32a3ed91..0643691b123a14d31295b166bdbe0d91c4bd3e80 100644
|
| --- a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| +++ b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| @@ -30,7 +30,7 @@ SyncState GetSyncState(Profile* profile) {
|
| if (!sync)
|
| return SyncState::SYNC_OR_HISTORY_SYNC_DISABLED;
|
| return suggestions::GetSyncState(
|
| - sync->IsSyncEnabledAndLoggedIn(), sync->IsSyncActive(),
|
| + sync->CanSyncStart(), sync->IsSyncActive(),
|
| sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES));
|
| }
|
|
|
|
|