| Index: chrome/browser/task_manager/task_manager.h
|
| ===================================================================
|
| --- chrome/browser/task_manager/task_manager.h (revision 99168)
|
| +++ chrome/browser/task_manager/task_manager.h (working copy)
|
| @@ -60,6 +60,7 @@
|
| };
|
|
|
| virtual string16 GetTitle() const = 0;
|
| + virtual string16 GetProfileName() const = 0;
|
| virtual SkBitmap GetIcon() const = 0;
|
| virtual base::ProcessHandle GetProcess() const = 0;
|
| virtual Type GetType() const = 0;
|
| @@ -240,6 +241,7 @@
|
|
|
| // Methods to return formatted resource information.
|
| string16 GetResourceTitle(int index) const;
|
| + string16 GetResourceProfileName(int index) const;
|
| string16 GetResourceNetworkUsage(int index) const;
|
| string16 GetResourceCPUUsage(int index) const;
|
| string16 GetResourcePrivateMemory(int index) const;
|
|
|