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 { |