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

Unified Diff: components/update_client/update_checker.cc

Issue 2340113002: Inject the prodid for the extensions and component updaters. (Closed)
Patch Set: Fixed comment to include "chromiumcrx". Created 4 years, 3 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/update_checker.cc
diff --git a/components/update_client/update_checker.cc b/components/update_client/update_checker.cc
index 35e178734ed26548dadb3a5b3f7fad9b018c365e..8e01b595e4d193b39764b3275751c317ae30e698 100644
--- a/components/update_client/update_checker.cc
+++ b/components/update_client/update_checker.cc
@@ -125,9 +125,9 @@ std::string BuildUpdateCheckRequest(const Configurator& config,
}
return BuildProtocolRequest(
- config.GetBrowserVersion().GetString(), config.GetChannel(),
- config.GetLang(), config.GetOSLongName(), config.GetDownloadPreference(),
- app_elements, additional_attributes);
+ config.GetProdId(), config.GetBrowserVersion().GetString(),
+ config.GetChannel(), config.GetLang(), config.GetOSLongName(),
+ config.GetDownloadPreference(), app_elements, additional_attributes);
}
class UpdateCheckerImpl : public UpdateChecker {

Powered by Google App Engine
This is Rietveld 408576698