Index: content/child/shared_memory_received_data_factory.h |
diff --git a/content/child/shared_memory_received_data_factory.h b/content/child/shared_memory_received_data_factory.h |
index 77c79540a1e8a613476076414a2d992cbb5b2d71..060a0d2b42d7153deca9b19c56c185c14d95cb52 100644 |
--- a/content/child/shared_memory_received_data_factory.h |
+++ b/content/child/shared_memory_received_data_factory.h |
@@ -33,8 +33,7 @@ class CONTENT_EXPORT SharedMemoryReceivedDataFactory final |
std::unique_ptr<RequestPeer::ReceivedData> Create(int offset, |
int length, |
- int encoded_data_length, |
- int encoded_body_length); |
+ int encoded_data_length); |
// Stops this factory. After calling this function, releasing issued data |
// won't send ack signal to the browser process. |