| Index: chrome/browser/task_management/providers/task.h
|
| diff --git a/chrome/browser/task_management/providers/task.h b/chrome/browser/task_management/providers/task.h
|
| index ff3e1a2e1964d2e35027a5393d01544802c90285..5fa551f56326e2d28435cc89b9b88cc93b48dff1 100644
|
| --- a/chrome/browser/task_management/providers/task.h
|
| +++ b/chrome/browser/task_management/providers/task.h
|
| @@ -55,7 +55,7 @@ class Task {
|
| int64 refresh_flags);
|
|
|
| // Will receive this notification through the task manager from
|
| - // |ChromeNetworkDelegate::OnRawBytesRead()|. The task will add to the
|
| + // |ChromeNetworkDelegate::OnNetworkBytesReceived()|. The task will add to the
|
| // |current_byte_count_| in this refresh cycle.
|
| void OnNetworkBytesRead(int64 bytes_read);
|
|
|
|
|