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

Unified Diff: components/component_updater/configurator_impl.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/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);
}
« no previous file with comments | « components/component_updater/configurator_impl.h ('k') | components/component_updater/configurator_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698