summaryrefslogtreecommitdiffstats
path: root/base/chromeos
Commit message (Collapse)AuthorAgeFilesLines
* Removing the |MemoryPressureObserverChromeOS::MemoryPressureLevel| enum.skuhne2014-12-172-53/+17
| | | | | | | | | BUG=- TEST=- Review URL: https://codereview.chromium.org/812733002 Cr-Commit-Position: refs/heads/master@{#308815}
* Adding a memory pressure observer for ChromeOS.skuhne2014-12-103-0/+200
| | | | | | | | | | | | | | | This is a memory observer for ChromeOS which triggers the existing memory pressure listening objects to release memory. Part of this code came from the old Athena project (see https://codereview.chromium.org/5113830031). Note that all this code resides for the time being behind a flag. BUG=439493 TEST=- Review URL: https://codereview.chromium.org/788713003 Cr-Commit-Position: refs/heads/master@{#307759}
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-272-44/+0
| | | | | | | | | | | | | | | | | Also, use lsb-release/CHROMEOS_RELEASE_NAME instead of the USER env variable. This CL depends on https://codereview.chromium.org/23588009/ BUG=270135 For trivial base/ changes: R=derat@chromium.org, satorux@chromium.org, sky@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/23904025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225761 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other ↵oshima@chromium.org2012-03-162-0/+45
components can use it. plus, a couple of cleanups including - removed unnecessary includes - removed unnecessary ifdef chromeos in chromeos only code. BUG=115967 TEST=none Review URL: http://codereview.chromium.org/9546013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127283 0039d316-1c4b-4281-b951-d872f2087c98