| Index: components/update_client/action_update_check.cc
|
| diff --git a/components/update_client/action_update_check.cc b/components/update_client/action_update_check.cc
|
| index 6263d165f39835e7fa2e3481beea0018661c28ea..8d1cbdb27c369a885c8b985f4c3ab1666efd5b6f 100644
|
| --- a/components/update_client/action_update_check.cc
|
| +++ b/components/update_client/action_update_check.cc
|
| @@ -91,6 +91,7 @@ void ActionUpdateCheck::Run(UpdateContext* update_context, Callback callback) {
|
|
|
| update_checker_->CheckForUpdates(
|
| update_context_->update_items, extra_request_parameters_,
|
| + update_context_->enabled_component_updates,
|
| base::Bind(&ActionUpdateCheck::UpdateCheckComplete,
|
| base::Unretained(this)));
|
| }
|
|
|