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

Unified Diff: chrome/browser/extensions/updater/chrome_update_client_config.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: chrome/browser/extensions/updater/chrome_update_client_config.cc
diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.cc b/chrome/browser/extensions/updater/chrome_update_client_config.cc
index b6e5a97a31e24c24607c2b08610973679daf556b..67d6357e030a59967596f7f8dbc09cb29fcd7d10 100644
--- a/chrome/browser/extensions/updater/chrome_update_client_config.cc
+++ b/chrome/browser/extensions/updater/chrome_update_client_config.cc
@@ -34,10 +34,6 @@ int ChromeUpdateClientConfig::NextCheckDelay() const {
return impl_.NextCheckDelay();
}
-int ChromeUpdateClientConfig::StepDelay() const {
- return impl_.StepDelay();
-}
-
int ChromeUpdateClientConfig::OnDemandDelay() const {
return impl_.OnDemandDelay();
}
« no previous file with comments | « chrome/browser/extensions/updater/chrome_update_client_config.h ('k') | components/component_updater/configurator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698