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

Unified Diff: components/component_updater/configurator_impl.h

Issue 1362043005: Add extensions code to use common updater in components/update_client/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged latest origin/master Created 5 years, 2 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 | « chrome/chrome_browser_extensions.gypi ('k') | components/component_updater/configurator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/configurator_impl.h
diff --git a/components/component_updater/configurator_impl.h b/components/component_updater/configurator_impl.h
index df58473d80449c27bcffa2d13d46d7c89e428c1d..b2e75a92f208c4d783bf52f4022a323067268742 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -77,6 +77,11 @@ class ConfiguratorImpl {
// non on-demand components.
bool UseBackgroundDownloader() const;
+ // Setting this to false means that we'll only use secure transport (eg https)
+ // for update/ping urls. This is already false by default everywhere but older
+ // versions of Windows XP.
+ void set_enable_alt_source_url(bool enable_alt_source_url);
+
private:
net::URLRequestContextGetter* url_request_getter_;
std::string extra_info_;
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | components/component_updater/configurator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698