summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-31 23:10:59 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-31 23:10:59 +0000
commit62142f10c218d7450c47ee2ff6dbd8159154592b (patch)
tree6d5749bc1580088889493d53e380345cef58ccfe /base/process_util.h
parent6e673d584078f3ae9df54230cf4475440224d976 (diff)
downloadchromium_src-62142f10c218d7450c47ee2ff6dbd8159154592b.zip
chromium_src-62142f10c218d7450c47ee2ff6dbd8159154592b.tar.gz
chromium_src-62142f10c218d7450c47ee2ff6dbd8159154592b.tar.bz2
Revert 165244 - Create ash memory monitor
Broke the Aura compile: http://build.chromium.org/p/chromium.win/builders/Win%20Aura/builds/23946/steps/compile/logs/stdio BUG=None TEST=Enable via about:flags/enable-memory-monitor Review URL: https://codereview.chromium.org/11345017 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/11293026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-rw-r--r--base/process_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/process_util.h b/base/process_util.h
index eb062a2..3fb7e2ba 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -816,10 +816,6 @@ struct BASE_EXPORT SystemMemoryInfoKB {
int active_file;
int inactive_file;
int shmem;
-
- // Gem data will be -1 if not supported.
- int gem_objects;
- long long gem_size;
};
// Retrieves data from /proc/meminfo about system-wide memory consumption.
// Fills in the provided |meminfo| structure. Returns true on success.