Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: chrome/browser/task_management/providers/task.h

Issue 1284993005: Notify NetworkDelegate when bytes have been received over the network. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty cronet OnRawBytesRead implementation Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/browser/task_management/sampling/task_manager_io_thread_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698