Chromium Code Reviews| 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 c60514eb939b469f9a46084e07ec9bbb67848fcc..6e0499fe14943e1e794b4580f19f541a1ade391e 100644 |
| --- a/content/child/shared_memory_received_data_factory.h |
| +++ b/content/child/shared_memory_received_data_factory.h |
| @@ -33,7 +33,8 @@ class CONTENT_EXPORT SharedMemoryReceivedDataFactory final |
| std::unique_ptr<RequestPeer::ReceivedData> Create(int offset, |
| int length, |
| - int encoded_length); |
| + int encoded_length, |
|
kinuko
2016/07/04 04:08:12
nit: encoded_data_length
Adam Rice
2016/07/04 06:33:42
Done.
|
| + int encoded_body_length); |
| // Stops this factory. After calling this function, releasing issued data |
| // won't send ack signal to the browser process. |