| 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
|
|
|