diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 16:10:41 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 16:10:41 +0000 |
commit | 80eb4260603f58b71ed0a02bdacaa9a2e96fd67b (patch) | |
tree | 2f1142154d81cff50da6cb8d3d37faf1874e8ac5 /chrome/browser/browser_about_handler.h | |
parent | 295b5af6b58ab3a934467324908112ab6005cf29 (diff) | |
download | chromium_src-80eb4260603f58b71ed0a02bdacaa9a2e96fd67b.zip chromium_src-80eb4260603f58b71ed0a02bdacaa9a2e96fd67b.tar.gz chromium_src-80eb4260603f58b71ed0a02bdacaa9a2e96fd67b.tar.bz2 |
CrOS - Add free memory status widget to about:flags
We're working on memory consumption on ARM and it's useful to have realtime
feedback on system-wide memory consumption. Also added pkasting's memory
purger as a menu command, fixed some comments, and fixed an include that was
confusing eclipse.
BUG=chromium-os:18564
TEST=Open about:flags and turn it on and off
Review URL: http://codereview.chromium.org/7548030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_about_handler.h')
-rw-r--r-- | chrome/browser/browser_about_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h index c496beb..2779cc3 100644 --- a/chrome/browser/browser_about_handler.h +++ b/chrome/browser/browser_about_handler.h @@ -14,6 +14,7 @@ #include "base/process.h" #include "base/stringprintf.h" +#include "build/build_config.h" // USE_TCMALLOC template <typename T> struct DefaultSingletonTraits; class GURL; |