| Index: components/update_client/action.cc
|
| diff --git a/components/update_client/action.cc b/components/update_client/action.cc
|
| index cb9d738b3ef06c117d30f8fab1b151d9970e7e96..c979e2a102ec7cc27ee03f39b839d7eddc451762 100644
|
| --- a/components/update_client/action.cc
|
| +++ b/components/update_client/action.cc
|
| @@ -128,7 +128,7 @@ void ActionImpl::UpdateCrx() {
|
| item->update_begin = base::TimeTicks::Now();
|
|
|
| if (item->component.supports_group_policy_enable_component_updates &&
|
| - !update_context_->config->EnabledComponentUpdates()) {
|
| + !update_context_->enabled_component_updates) {
|
| item->error_category =
|
| static_cast<int>(Action::ErrorCategory::kServiceError);
|
| item->error_code =
|
|
|