Index: components/update_client/ping_manager.cc |
diff --git a/components/update_client/ping_manager.cc b/components/update_client/ping_manager.cc |
index 59ee87523e340abf9042829c33c1b7adaaa4010b..47ae77c3cf4d1a1ebe09c37e3584dc345fdee5e1 100644 |
--- a/components/update_client/ping_manager.cc |
+++ b/components/update_client/ping_manager.cc |
@@ -162,10 +162,10 @@ std::string BuildPing(const Configurator& config, const CrxUpdateItem* item) { |
ping_event.c_str(), // ping event |
BuildDownloadCompleteEventElements(item).c_str())); // download events |
- return BuildProtocolRequest(config.GetBrowserVersion().GetString(), |
- config.GetChannel(), config.GetLang(), |
- config.GetOSLongName(), |
- config.GetDownloadPreference(), app_element, ""); |
+ return BuildProtocolRequest( |
+ config.GetProdId(), config.GetBrowserVersion().GetString(), |
+ config.GetChannel(), config.GetLang(), config.GetOSLongName(), |
+ config.GetDownloadPreference(), app_element, ""); |
} |
// Sends a fire and forget ping. The instances of this class have no |