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

Unified Diff: chrome/browser/component_updater/chrome_component_updater_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
« no previous file with comments | « no previous file | chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/chrome_component_updater_configurator.cc
diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator.cc b/chrome/browser/component_updater/chrome_component_updater_configurator.cc
index b0e013d87d72ce5f9ab8f791180954bc2a742f40..071b5b8caf7e7ab6d437182c735734d7a2267388 100644
--- a/chrome/browser/component_updater/chrome_component_updater_configurator.cc
+++ b/chrome/browser/component_updater/chrome_component_updater_configurator.cc
@@ -42,7 +42,6 @@ class ChromeConfigurator : public update_client::Configurator {
// update_client::Configurator overrides.
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;
@@ -96,10 +95,6 @@ int ChromeConfigurator::NextCheckDelay() const {
return configurator_impl_.NextCheckDelay();
}
-int ChromeConfigurator::StepDelay() const {
- return configurator_impl_.StepDelay();
-}
-
int ChromeConfigurator::OnDemandDelay() const {
return configurator_impl_.OnDemandDelay();
}
« no previous file with comments | « no previous file | chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698