commit | 1bc5eff904e6e20191a0abc2ab7a4c75c31dcc1f | [log] [tgz] |
---|---|---|
author | sorin <[email protected]> | Wed Feb 17 18:45:17 2016 |
committer | Commit bot <[email protected]> | Wed Feb 17 18:46:51 2016 |
tree | 3982cbb00d3e68792199112696315313f3b3560f | |
parent | 4ae838b9c5d4ad2b0751c63a5ccd6bda1065989e [diff] [blame] |
Implement CUP signing in UpdateClient. BUG=583027 Review URL: https://codereview.chromium.org/1685323002 Cr-Commit-Position: refs/heads/master@{#375930}
diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc index 35c1793a..6372118 100644 --- a/components/component_updater/configurator_impl.cc +++ b/components/component_updater/configurator_impl.cc
@@ -178,4 +178,8 @@ return background_downloads_enabled_; } +bool ConfiguratorImpl::UseCupSigning() const { + return true; +} + } // namespace component_updater