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