Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: components/update_client/action_update.cc

Issue 2199423002: Mechanical change in the component updater Configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/update_client/action.cc ('k') | components/update_client/configurator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « components/update_client/action.cc ('k') | components/update_client/configurator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698