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

Unified Diff: components/component_updater/configurator_impl.h

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.h
diff --git a/components/component_updater/configurator_impl.h b/components/component_updater/configurator_impl.h
index 870dc860f1667da774ba9a774d2d9677d283bd0f..bd0ea95ea9aa4c736eaa9c44852594bee627f32b 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -38,9 +38,6 @@ class ConfiguratorImpl {
// Delay in seconds to every subsequent update check. 0 means don't check.
int NextCheckDelay() const;
- // Delay in seconds from each task step. Used to smooth out CPU/IO usage.
- int StepDelay() const;
-
// Minimum delta time in seconds before an on-demand check is allowed for the
// same component.
int OnDemandDelay() const;
« no previous file with comments | « chrome/browser/extensions/updater/chrome_update_client_config.cc ('k') | components/component_updater/configurator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698