summaryrefslogtreecommitdiffstats
path: root/components/component_updater/configurator_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/component_updater/configurator_impl.h')
-rw-r--r--components/component_updater/configurator_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/component_updater/configurator_impl.h b/components/component_updater/configurator_impl.h
index 959a9b1..09170d4 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;