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

Unified Diff: chrome/browser/task_manager/task_manager.h

Issue 6328010: Fix Task Manager to correctly display network usage of plug-in processes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix the way Task Manager accounts for network usage by plug-ins. Created 9 years, 11 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/task_manager.h
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h
index 2b2cbea196f6ac9dee5e3280c69fbc9a95247a35..47c693a893eb1b29d2e52c752577af57511f1e73 100644
--- a/chrome/browser/task_manager/task_manager.h
+++ b/chrome/browser/task_manager/task_manager.h
@@ -123,7 +123,7 @@ class TaskManager {
public:
// Should return the resource associated to the specified ids, or NULL if
// the resource does not belong to this provider.
- virtual TaskManager::Resource* GetResource(int process_id,
+ virtual TaskManager::Resource* GetResource(int origin_child_id,
int render_process_host_id,
int routing_id) = 0;
virtual void StartUpdating() = 0;

Powered by Google App Engine
This is Rietveld 408576698