| Index: components/update_client/update_checker.h
|
| diff --git a/components/update_client/update_checker.h b/components/update_client/update_checker.h
|
| index 2705018ba95d43ef82c828762c3638ee02e35485..d3080c3c848570b3ee8b6cd208337ed10f667287 100644
|
| --- a/components/update_client/update_checker.h
|
| +++ b/components/update_client/update_checker.h
|
| @@ -42,6 +42,7 @@ class UpdateChecker {
|
| virtual bool CheckForUpdates(
|
| const std::vector<CrxUpdateItem*>& items_to_check,
|
| const std::string& additional_attributes,
|
| + bool enabled_component_updates,
|
| const UpdateCheckCallback& update_check_callback) = 0;
|
|
|
| static std::unique_ptr<UpdateChecker> Create(
|
|
|