| Index: chrome/browser/task_manager.cc
|
| ===================================================================
|
| --- chrome/browser/task_manager.cc (revision 55065)
|
| +++ chrome/browser/task_manager.cc (working copy)
|
| @@ -837,7 +837,8 @@
|
| int status_code) {
|
| }
|
|
|
| -void TaskManagerModel::OnBytesRead(URLRequestJob* job, int byte_count) {
|
| +void TaskManagerModel::OnBytesRead(URLRequestJob* job, const char* buf,
|
| + int byte_count) {
|
| int render_process_host_child_id = -1, routing_id = -1;
|
| ResourceDispatcherHost::RenderViewForRequest(job->request(),
|
| &render_process_host_child_id,
|
|
|