diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-09 08:04:53 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-09 08:04:53 +0000 |
commit | 3a3085e4167ef0a9e9b0b8c31930e2e61dc210fc (patch) | |
tree | b8b73d5e2d2418bd3a15e0ffdc488080cc21d27d /chrome/browser/task_manager.h | |
parent | 2191d2082e2bf1f937ec4592b4f8c185f04f3fd6 (diff) | |
download | chromium_src-3a3085e4167ef0a9e9b0b8c31930e2e61dc210fc.zip chromium_src-3a3085e4167ef0a9e9b0b8c31930e2e61dc210fc.tar.gz chromium_src-3a3085e4167ef0a9e9b0b8c31930e2e61dc210fc.tar.bz2 |
Revert 34146 - A place to store the pid>mach_port_t mapping.
Not yet for review.
Landing to measure perf impact, will revert immediately.
BUG=13156
TEST=unittests
Review URL: http://codereview.chromium.org/460126
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/466088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager.h')
-rw-r--r-- | chrome/browser/task_manager.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/task_manager.h b/chrome/browser/task_manager.h index 3df4653..f49e1e5 100644 --- a/chrome/browser/task_manager.h +++ b/chrome/browser/task_manager.h @@ -46,15 +46,6 @@ class TaskManager { virtual std::wstring GetTitle() const = 0; virtual SkBitmap GetIcon() const = 0; virtual base::ProcessHandle GetProcess() const = 0; -#if defined(OS_MACOSX) - // TODO(thakis): All the providers need to get these somewhere (child - // processes need to IPC them to us via mach IPC at some point). - // TODO(thakis): TMM needs to hand this on to ProcessMetrics. - // TODO(thakis): ProcessMetrics then needs to call mach data collection apis - // if it has the mach ports it needs. - virtual mach_port_t GetMachHostPort() const { return 0; }; - virtual mach_port_t GetMachTaskPort() const { return 0; }; -#endif virtual bool ReportsCacheStats() const { return false; } virtual WebKit::WebCache::ResourceTypeStats GetWebCoreCacheStats() const { |