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

Unified Diff: components/component_updater/configurator_impl.h

Issue 1606943007: Implement Windows GPO support for "dlpref" in component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace comments only 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 959a9b193b78ea975a1e38fe18b24ae70fbae4d3..09170d46962ee851d2e0d50c0d05796f774909f2 100644
--- a/components/component_updater/configurator_impl.h
+++ b/components/component_updater/configurator_impl.h
@@ -67,6 +67,10 @@ class ConfiguratorImpl {
// XML element.
std::string ExtraRequestParams() const;
+ // Provides a hint for the server to control the order in which multiple
+ // download urls are returned.
+ std::string GetDownloadPreference() const;
+
// The source of contexts for all the url requests.
net::URLRequestContextGetter* RequestContext() const;
« no previous file with comments | « chrome/installer/util/google_update_settings_unittest.cc ('k') | components/component_updater/configurator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698