| 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..8fdd3da6735f344630ea670ef3203655fe3e168e 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;
|
|
|
|
|