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

Unified Diff: components/update_client/action.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/component_updater/configurator_impl.cc ('k') | components/update_client/action_update.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/action.cc
diff --git a/components/update_client/action.cc b/components/update_client/action.cc
index 438da26e96130d6cbc3487570f3e8f6d4c90c748..061dd220598e1465037066366f246773856ff328 100644
--- a/components/update_client/action.cc
+++ b/components/update_client/action.cc
@@ -31,7 +31,7 @@ namespace {
bool CanTryDiffUpdate(const CrxUpdateItem* update_item,
const scoped_refptr<Configurator>& config) {
return HasDiffUpdate(update_item) && !update_item->diff_update_failed &&
- config->DeltasEnabled();
+ config->EnabledDeltas();
}
} // namespace
« no previous file with comments | « components/component_updater/configurator_impl.cc ('k') | components/update_client/action_update.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698