| Index: components/component_updater/configurator_impl.h
|
| diff --git a/components/component_updater/configurator_impl.h b/components/component_updater/configurator_impl.h
|
| index 870dc860f1667da774ba9a774d2d9677d283bd0f..450929e512b4b2b49f320969b582799b4e5b8073 100644
|
| --- a/components/component_updater/configurator_impl.h
|
| +++ b/components/component_updater/configurator_impl.h
|
| @@ -88,6 +88,9 @@ class ConfiguratorImpl {
|
| // True if signing of update checks is enabled.
|
| bool EnabledCupSigning() const;
|
|
|
| + // True if the improved recovery component is enabled.
|
| + bool EnabledImprovedRecovery() const;
|
| +
|
| private:
|
| net::URLRequestContextGetter* url_request_getter_;
|
| std::string extra_info_;
|
| @@ -97,6 +100,7 @@ class ConfiguratorImpl {
|
| bool deltas_enabled_;
|
| bool background_downloads_enabled_;
|
| bool require_encryption_;
|
| + bool enabled_improved_recovery_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ConfiguratorImpl);
|
| };
|
|
|