Chromium Code Reviews| Index: base/sys_info.h |
| diff --git a/base/sys_info.h b/base/sys_info.h |
| index 7ce4e659f28b989e1151dddc3cf431923768539e..3b9eae079240b76ce59abdaf555746bff5073a61 100644 |
| --- a/base/sys_info.h |
| +++ b/base/sys_info.h |
| @@ -129,6 +129,9 @@ class BASE_EXPORT SysInfo { |
| static int DalvikHeapSizeMB(); |
| static int DalvikHeapGrowthLimitMB(); |
| #endif // defined(OS_ANDROID) |
| + |
| + // Returns true iff this is a low-end device. |
|
brettw
2014/06/18 19:37:29
iff -> if. Easier to read and no less precise in t
|
| + static bool IsLowEndDevice(); |
| }; |
| } // namespace base |