Chromium Code Reviews| Index: base/android/sys_utils.h |
| diff --git a/base/android/sys_utils.h b/base/android/sys_utils.h |
| index 318c75e6140cf317a960b0385fc76fdbb997da07..9b3152b466ca64024356ff9011845190d1bd64fb 100644 |
| --- a/base/android/sys_utils.h |
| +++ b/base/android/sys_utils.h |
| @@ -22,6 +22,9 @@ class BASE_EXPORT SysUtils { |
| private: |
| SysUtils(); |
| + |
| + static bool IsLowEndDeviceFromJni(); |
| + static size_t AmountOfPhysicalMemoryKBFromJni(); |
| }; |
| } // namespace android |