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

Unified Diff: components/update_client/utils.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/update_checker_unittest.cc ('k') | components/update_client/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/utils.h
diff --git a/components/update_client/utils.h b/components/update_client/utils.h
index 83d922e77efc9e6f4e3fff2f1d0ca3b9b0e9fdfe..b1d7e36ce6a99e41df36eaf86ba96090b2a20462 100644
--- a/components/update_client/utils.h
+++ b/components/update_client/utils.h
@@ -44,6 +44,8 @@ struct CrxUpdateItem;
// Builds a protocol request string by creating the outer envelope for
// the request and including the request body specified as a parameter.
+// If present, the |download_preference| specifies a group policy that
+// affects the list of download URLs returned in the update response.
// If specified, |additional_attributes| are appended as attributes of the
// request element. The additional attributes have to be well-formed for
// insertion in the request element.
@@ -51,6 +53,7 @@ std::string BuildProtocolRequest(const std::string& browser_version,
const std::string& channel,
const std::string& lang,
const std::string& os_long_name,
+ const std::string& download_preference,
const std::string& request_body,
const std::string& additional_attributes);
« no previous file with comments | « components/update_client/update_checker_unittest.cc ('k') | components/update_client/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698