diff options
author | c.shu@samsung.com <c.shu@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-26 16:55:27 +0000 |
---|---|---|
committer | c.shu@samsung.com <c.shu@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-26 16:55:27 +0000 |
commit | 35b4f0cda0ee3711e330a36bf8a182c05852efa4 (patch) | |
tree | 53157d83d6b3d39a6300ceab12b8811bb538ea20 /base/android/sys_utils.h | |
parent | 8851dbe0c2351690da1488c9d58c686044fec9b5 (diff) | |
download | chromium_src-35b4f0cda0ee3711e330a36bf8a182c05852efa4.zip chromium_src-35b4f0cda0ee3711e330a36bf8a182c05852efa4.tar.gz chromium_src-35b4f0cda0ee3711e330a36bf8a182c05852efa4.tar.bz2 |
Expose a low-end device mode override flags for non-android OSs as well
BUG=324824
Review URL: https://codereview.chromium.org/258663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/android/sys_utils.h')
-rw-r--r-- | base/android/sys_utils.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/base/android/sys_utils.h b/base/android/sys_utils.h index 0841d0a..85dc035 100644 --- a/base/android/sys_utils.h +++ b/base/android/sys_utils.h @@ -15,16 +15,7 @@ class BASE_EXPORT SysUtils { static bool Register(JNIEnv* env); // Returns true iff this is a low-end device. - static bool IsLowEndDevice(); - - // Return the device's RAM size in kilo-bytes. - static size_t AmountOfPhysicalMemoryKB(); - - private: - SysUtils(); - static bool IsLowEndDeviceFromJni(); - static size_t AmountOfPhysicalMemoryKBFromJni(); }; } // namespace android |