| Index: components/component_updater/configurator_impl.cc
|
| diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
|
| index 35c1793a6e8dfdca3353c5b4fd29d635666c22c1..6372118180f792fd4d6fe7b7a1b50e6b36b27372 100644
|
| --- a/components/component_updater/configurator_impl.cc
|
| +++ b/components/component_updater/configurator_impl.cc
|
| @@ -178,4 +178,8 @@ bool ConfiguratorImpl::UseBackgroundDownloader() const {
|
| return background_downloads_enabled_;
|
| }
|
|
|
| +bool ConfiguratorImpl::UseCupSigning() const {
|
| + return true;
|
| +}
|
| +
|
| } // namespace component_updater
|
|
|