| Index: base/android/sys_utils.h
|
| diff --git a/base/android/sys_utils.h b/base/android/sys_utils.h
|
| index 2edbdd512ce43e47b4ac9419ee9427cb267b2c53..77fca05eaccd72f95279a44fbf3f14fb773a4545 100644
|
| --- a/base/android/sys_utils.h
|
| +++ b/base/android/sys_utils.h
|
| @@ -14,6 +14,8 @@ class BASE_EXPORT SysUtils {
|
| public:
|
| // Returns true iff this is a low-end device.
|
| static bool IsLowEndDeviceFromJni();
|
| + // Returns true if system has low available memory.
|
| + static bool HasLowAvailableMemory();
|
| };
|
|
|
| } // namespace android
|
|
|