Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: components/update_client/test_configurator.cc

Issue 2773973003: remove update_client::Configurator::StepDelay (Closed)
Patch Set: owners Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}

Powered by Google App Engine
This is Rietveld 408576698