| Index: components/component_updater/configurator_impl.h
|
| diff --git a/components/component_updater/configurator_impl.h b/components/component_updater/configurator_impl.h
|
| index 09170d46962ee851d2e0d50c0d05796f774909f2..d5f99cf31fb273298856705859260287a07111df 100644
|
| --- a/components/component_updater/configurator_impl.h
|
| +++ b/components/component_updater/configurator_impl.h
|
| @@ -81,6 +81,9 @@ class ConfiguratorImpl {
|
| // non on-demand components.
|
| bool UseBackgroundDownloader() const;
|
|
|
| + // True if signing of update checks is enabled.
|
| + bool UseCupSigning() const;
|
| +
|
| private:
|
| net::URLRequestContextGetter* url_request_getter_;
|
| std::string extra_info_;
|
|
|