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

Unified Diff: components/update_client/configurator.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
« no previous file with comments | « components/update_client/BUILD.gn ('k') | components/update_client/ping_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/configurator.h
diff --git a/components/update_client/configurator.h b/components/update_client/configurator.h
index 7f261c4b4d9435a5e2e6a6d638a863e5ff5243ac..5d6a16a48138ff26361d89997944c11bb6329e42 100644
--- a/components/update_client/configurator.h
+++ b/components/update_client/configurator.h
@@ -77,6 +77,12 @@ class Configurator : public base::RefCountedThreadSafe<Configurator> {
// XML element.
virtual std::string ExtraRequestParams() const = 0;
+ // Provides a hint for the server to control the order in which multiple
+ // download urls are returned. The hint may or may not be honored in the
+ // response returned by the server.
+ // Returns an empty string if no policy is in effect.
+ virtual std::string GetDownloadPreference() const = 0;
+
// The source of contexts for all the url requests.
virtual net::URLRequestContextGetter* RequestContext() const = 0;
« no previous file with comments | « components/update_client/BUILD.gn ('k') | components/update_client/ping_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698