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

Unified Diff: chrome/browser/task_manager/providers/child_process_task_unittest.cc

Issue 2905403002: plumb network upload into the task manager (Closed)
Patch Set: fixed spelling/parellelism issues Created 3 years, 6 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_manager/providers/child_process_task_unittest.cc
diff --git a/chrome/browser/task_manager/providers/child_process_task_unittest.cc b/chrome/browser/task_manager/providers/child_process_task_unittest.cc
index e055753f28f1e603da0977852d13ee0969b1e497..4a974120f3a2336fdd305f07279346c4d2ed2b18 100644
--- a/chrome/browser/task_manager/providers/child_process_task_unittest.cc
+++ b/chrome/browser/task_manager/providers/child_process_task_unittest.cc
@@ -144,7 +144,7 @@ TEST_F(ChildProcessTaskTest, TestAll) {
REFRESH_TYPE_NETWORK_USAGE);
EXPECT_TRUE(task->ReportsNetworkUsage());
- EXPECT_EQ(bytes_read, task->network_usage());
+ EXPECT_EQ(bytes_read, task->network_usage_rate());
// Clearing the observer won't notify us of any tasks removals even though
// tasks will be actually deleted.

Powered by Google App Engine
This is Rietveld 408576698