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

Unified Diff: components/update_client/ping_manager.cc

Issue 1606943007: Implement Windows GPO support for "dlpref" in component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. 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/update_client/ping_manager.cc
diff --git a/components/update_client/ping_manager.cc b/components/update_client/ping_manager.cc
index 0169a64666855b9d371a52f02c978872a128cf46..40eca329ae2d1afe2b91a212f9256c61ad166052 100644
--- a/components/update_client/ping_manager.cc
+++ b/components/update_client/ping_manager.cc
@@ -134,7 +134,8 @@ std::string BuildPing(const Configurator& config, const CrxUpdateItem* item) {
return BuildProtocolRequest(config.GetBrowserVersion().GetString(),
config.GetChannel(), config.GetLang(),
- config.GetOSLongName(), app_element, "");
+ config.GetOSLongName(),
+ config.GetDownloadPreference(), app_element, "");
}
// Sends a fire and forget ping. The instances of this class have no

Powered by Google App Engine
This is Rietveld 408576698