| Index: components/update_client/action_update.cc
|
| diff --git a/components/update_client/action_update.cc b/components/update_client/action_update.cc
|
| index 2e33c1e54a6375be3bae70b595fb7a764fcab7ed..08c13acfd93e4c444c6cd68886d2c6210dc29b2f 100644
|
| --- a/components/update_client/action_update.cc
|
| +++ b/components/update_client/action_update.cc
|
| @@ -295,7 +295,7 @@ bool ActionUpdateFull::IsBackgroundDownload(const CrxUpdateItem* item) {
|
|
|
| // On demand component updates are always downloaded in foreground.
|
| return !item->on_demand && item->component.allows_background_download &&
|
| - update_context_->config->UseBackgroundDownloader();
|
| + update_context_->config->EnabledBackgroundDownloader();
|
| }
|
|
|
| std::vector<GURL> ActionUpdateFull::GetUrls(const CrxUpdateItem* item) {
|
|
|