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

Unified Diff: components/component_updater/configurator_impl.h

Issue 1610833004: Remove Windows XP SHA-256 and ECDSA logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 b2e75a92f208c4d783bf52f4022a323067268742..959a9b193b78ea975a1e38fe18b24ae70fbae4d3 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -77,11 +77,6 @@ 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_;
@@ -90,7 +85,6 @@ class ConfiguratorImpl {
bool pings_enabled_;
bool deltas_enabled_;
bool background_downloads_enabled_;
- bool fallback_to_alt_source_url_enabled_;
DISALLOW_COPY_AND_ASSIGN(ConfiguratorImpl);
};

Powered by Google App Engine
This is Rietveld 408576698