Index: chrome/browser/task_manager/task_manager.h |
=================================================================== |
--- chrome/browser/task_manager/task_manager.h (revision 109396) |
+++ chrome/browser/task_manager/task_manager.h (working copy) |
@@ -322,9 +322,6 @@ |
// resource for the given row isn't a renderer. |
bool GetV8Memory(int index, size_t* result) const; |
- // Returns true if resource for the given row can be activated. |
- bool CanActivate(int index) const; |
- |
// Returns true if resource for the given row can be inspected using developer |
// tools. |
bool CanInspect(int index) const; |