Chromium Code Reviews| Index: components/update_client/protocol_builder.cc |
| diff --git a/components/update_client/protocol_builder.cc b/components/update_client/protocol_builder.cc |
| index 12fdfbc971860df1f9afe2e3ebb5bcbbcd4bd234..97104e1e14b814c3783cd9439f0375c25a48fa5a 100644 |
| --- a/components/update_client/protocol_builder.cc |
| +++ b/components/update_client/protocol_builder.cc |
| @@ -182,6 +182,9 @@ std::string BuildProtocolRequest( |
| if (!additional_attributes.empty()) |
| base::StringAppendF(&request, "%s ", additional_attributes.c_str()); |
| + // Constant information for this updater. |
| + request.append("dedup=\"cr\" acceptformat=\"crx2,crx3\" "); |
|
Sorin Jianu
2017/05/25 00:18:53
Maybe use StringAppend to match the code around.
waffles
2017/05/25 00:25:07
Done.
|
| + |
| // Chrome version and platform information. |
| base::StringAppendF( |
| &request, |