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

Unified Diff: components/component_updater/configurator_impl.cc

Issue 1606943007: Implement Windows GPO support for "dlpref" in component updater. (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.cc
diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
index 407da85963535e8b92165663e5404ab45f0d8f5c..e4c306907c06852a128b03aba586d4745a70dffa 100644
--- a/components/component_updater/configurator_impl.cc
+++ b/components/component_updater/configurator_impl.cc
@@ -182,6 +182,10 @@ std::string ConfiguratorImpl::ExtraRequestParams() const {
return extra_info_;
}
+std::string ConfiguratorImpl::GetDownloadPreference() const {
+ return std::string();
+}
+
net::URLRequestContextGetter* ConfiguratorImpl::RequestContext() const {
return url_request_getter_;
}

Powered by Google App Engine
This is Rietveld 408576698