| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index c9858a970434c76b9f1625336f2c194e4cc6a42f..68209294cb71acdb65ea5c4fd381070bcccd7d2f 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -213,7 +213,10 @@ void ResourceDispatcher::OnSetDataBuffer(int request_id,
|
| request_info->buffer_size = shm_size;
|
| }
|
|
|
| +// TODO(erikchen): This dummy variable is temporary and is only intended to be
|
| +// present for one Canary release. http://crbug.com/527588.
|
| void ResourceDispatcher::OnReceivedData(int request_id,
|
| + int /* dummy variable */,
|
| int data_offset,
|
| int data_length,
|
| int encoded_data_length) {
|
|
|