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

Unified Diff: components/component_updater/configurator_impl.h

Issue 2199423002: Mechanical change in the component updater Configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 1fa95f1775103b0439250e3f32d68ed375567483..870dc860f1667da774ba9a774d2d9677d283bd0f 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -76,14 +76,17 @@ class ConfiguratorImpl {
net::URLRequestContextGetter* RequestContext() const;
// True means that this client can handle delta updates.
- bool DeltasEnabled() const;
+ bool EnabledDeltas() const;
+
+ // True is the component updates are enabled.
+ bool EnabledComponentUpdates() const;
// True means that the background downloader can be used for downloading
// non on-demand components.
- bool UseBackgroundDownloader() const;
+ bool EnabledBackgroundDownloader() const;
// True if signing of update checks is enabled.
- bool UseCupSigning() const;
+ bool EnabledCupSigning() const;
private:
net::URLRequestContextGetter* url_request_getter_;
« 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