| Index: components/update_client/test_configurator.cc
|
| diff --git a/components/update_client/test_configurator.cc b/components/update_client/test_configurator.cc
|
| index edf5ddfac500076abc4e11de97ba70acf0ad866b..322044ac9dbe10e3c33167151b616b9f856cb0c6 100644
|
| --- a/components/update_client/test_configurator.cc
|
| +++ b/components/update_client/test_configurator.cc
|
| @@ -47,10 +47,6 @@ int TestConfigurator::NextCheckDelay() const {
|
| return 1;
|
| }
|
|
|
| -int TestConfigurator::StepDelay() const {
|
| - return 0;
|
| -}
|
| -
|
| int TestConfigurator::OnDemandDelay() const {
|
| return ondemand_time_;
|
| }
|
|
|