diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 23:53:08 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 23:53:08 +0000 |
commit | 96af6d4d2ea59c487a866ba6fc844c801f4c80f9 (patch) | |
tree | 431c8caabdf7a314e0fb058c851e2e8280d21b1d /base | |
parent | 4a6ed0d466e886bb9cedf38aa5081342c1489679 (diff) | |
download | chromium_src-96af6d4d2ea59c487a866ba6fc844c801f4c80f9.zip chromium_src-96af6d4d2ea59c487a866ba6fc844c801f4c80f9.tar.gz chromium_src-96af6d4d2ea59c487a866ba6fc844c801f4c80f9.tar.bz2 |
Revert 67175 - This change implements OOM priority management for ChromeOS
(Build failure, probably debug/release warning difference.)
This adds periodic OOM score adjustment, based on the last access time of the tab, whether or not it is pinned, and (of course) how much memory it is using.
BUG=http://crosbug.com/8990
TEST=Ran some ui_tests, ran on device.
Review URL: http://codereview.chromium.org/4498001
TBR=gspencer@chromium.org
Review URL: http://codereview.chromium.org/5284003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/task.h b/base/task.h index b21ccd8..28d15fc 100644 --- a/base/task.h +++ b/base/task.h @@ -274,7 +274,7 @@ struct RunnableMethodTraits { // }; // } // namespace foo // -// DISABLE_RUNNABLE_METHOD_REFCOUNT(foo::Bar); +// DISABLE_RUNNABLE_METHOD_REFCOUNT(foo::Bar) // // This is different from DISALLOW_COPY_AND_ASSIGN which is declared inside the // class. |