diff options
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 |