| Index: components/update_client/test_configurator.h
|
| diff --git a/components/update_client/test_configurator.h b/components/update_client/test_configurator.h
|
| index 7a103f47941ae626fa7a4f93a27d0a06357fe678..1f26ec051d223e159c6e7d3a4f311b5c342357d7 100644
|
| --- a/components/update_client/test_configurator.h
|
| +++ b/components/update_client/test_configurator.h
|
| @@ -62,7 +62,6 @@ class TestConfigurator : public Configurator {
|
| // Overrrides for Configurator.
|
| int InitialDelay() const override;
|
| int NextCheckDelay() const override;
|
| - int StepDelay() const override;
|
| int OnDemandDelay() const override;
|
| int UpdateDelay() const override;
|
| std::vector<GURL> UpdateUrl() const override;
|
|
|