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

Unified Diff: components/update_client/update_checker.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: 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/test_configurator.cc ('k') | components/update_client/update_checker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_checker.cc
diff --git a/components/update_client/update_checker.cc b/components/update_client/update_checker.cc
index 2c8b888c3e3542a5a1aac16313695bdabeffe580..56de778d9c0efac5386f1b1a7c6447eae898dcbd 100644
--- a/components/update_client/update_checker.cc
+++ b/components/update_client/update_checker.cc
@@ -69,10 +69,10 @@ std::string BuildUpdateCheckRequest(const Configurator& config,
VLOG(1) << "Appending to update request: " << app;
}
- return BuildProtocolRequest(config.GetBrowserVersion().GetString(),
- config.GetChannel(), config.GetLang(),
- config.GetOSLongName(), app_elements,
- additional_attributes);
+ return BuildProtocolRequest(
+ config.GetBrowserVersion().GetString(), config.GetChannel(),
+ config.GetLang(), config.GetOSLongName(), config.GetDownloadPreference(),
+ app_elements, additional_attributes);
}
class UpdateCheckerImpl : public UpdateChecker {
« no previous file with comments | « components/update_client/test_configurator.cc ('k') | components/update_client/update_checker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698