| Index: components/component_updater/configurator_impl.cc
|
| diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
|
| index 68b86ff2d6e8982e18bd65008d729ac7f82e286e..291b25a3bb8b7b057de7d4df414c64889196fd56 100644
|
| --- a/components/component_updater/configurator_impl.cc
|
| +++ b/components/component_updater/configurator_impl.cc
|
| @@ -133,10 +133,6 @@ int ConfiguratorImpl::NextCheckDelay() const {
|
| return 5 * kDelayOneHour;
|
| }
|
|
|
| -int ConfiguratorImpl::StepDelay() const {
|
| - return 1;
|
| -}
|
| -
|
| int ConfiguratorImpl::OnDemandDelay() const {
|
| return fast_update_ ? 2 : (30 * kDelayOneMinute);
|
| }
|
|
|