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

Unified Diff: chrome/browser/task_manager_resource_providers.h

Issue 345037: Fifth patch in getting rid of caching MessageLoop pointers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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_resource_providers.h
===================================================================
--- chrome/browser/task_manager_resource_providers.h (revision 30691)
+++ chrome/browser/task_manager_resource_providers.h (working copy)
@@ -173,8 +173,6 @@
TaskManager* task_manager_;
- MessageLoop* ui_loop_;
-
// Maps the actual resources (the ChildProcessInfo) to the Task Manager
// resources.
std::map<ChildProcessInfo, TaskManagerChildProcessResource*> resources_;

Powered by Google App Engine
This is Rietveld 408576698