| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 7c8475587b12b298a15f9d27a36d4f39ab0ff655..420638058e31dad757d70219c6cd95c05b69f167 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -215,13 +215,11 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| base::ProcessId renderer_pid);
|
| void OnReceivedInlinedDataChunk(int request_id,
|
| const std::vector<char>& data,
|
| - int encoded_data_length,
|
| - int encoded_body_length);
|
| + int encoded_data_length);
|
| void OnReceivedData(int request_id,
|
| int data_offset,
|
| int data_length,
|
| - int encoded_data_length,
|
| - int encoded_body_length);
|
| + int encoded_data_length);
|
| void OnDownloadedData(int request_id, int data_len, int encoded_data_length);
|
| void OnRequestComplete(
|
| int request_id,
|
|
|