| Index: components/safe_browsing_db/v4_update_protocol_manager.cc
|
| diff --git a/components/safe_browsing_db/v4_update_protocol_manager.cc b/components/safe_browsing_db/v4_update_protocol_manager.cc
|
| index ab2142f6a61343701b58fbfbb4a2dbed6d8f5e62..69458fc860e667aab5574f442fe91f4cc9b4caca 100644
|
| --- a/components/safe_browsing_db/v4_update_protocol_manager.cc
|
| +++ b/components/safe_browsing_db/v4_update_protocol_manager.cc
|
| @@ -212,9 +212,9 @@ std::string V4UpdateProtocolManager::GetBase64SerializedUpdateRequestProto(
|
| list_update_request->set_state(state);
|
| }
|
|
|
| - // TODO(vakh): Accept other compression formats also.
|
| - // See: https://bugs.chromium.org/p/chromium/issues/detail?id=624567
|
| list_update_request->mutable_constraints()->add_supported_compressions(RAW);
|
| + list_update_request->mutable_constraints()->add_supported_compressions(
|
| + RICE);
|
| }
|
|
|
| // Serialize and Base64 encode.
|
|
|