| 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 fbf7cbff3919629debebddc9e4539d63773fdded..52942698fbce7cce94cf71fb8976000c32a3ed91 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->SyncActive(),
|
| + sync->IsSyncEnabledAndLoggedIn(), sync->IsSyncActive(),
|
| sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES));
|
| }
|
|
|
|
|