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

Unified Diff: components/component_updater/configurator_impl.h

Issue 1740333002: Allow fallback from https to http for component update checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 d5f99cf31fb273298856705859260287a07111df..1fa95f1775103b0439250e3f32d68ed375567483 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -27,7 +27,8 @@ namespace component_updater {
class ConfiguratorImpl {
public:
ConfiguratorImpl(const base::CommandLine* cmdline,
- net::URLRequestContextGetter* url_request_getter);
+ net::URLRequestContextGetter* url_request_getter,
+ bool require_encryption);
~ConfiguratorImpl();
@@ -92,6 +93,7 @@ class ConfiguratorImpl {
bool pings_enabled_;
bool deltas_enabled_;
bool background_downloads_enabled_;
+ bool require_encryption_;
DISALLOW_COPY_AND_ASSIGN(ConfiguratorImpl);
};
« no previous file with comments | « components/component_updater/component_updater_url_constants.cc ('k') | components/component_updater/configurator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698