Chromium Code Reviews| Index: base/sys_info.h |
| diff --git a/base/sys_info.h b/base/sys_info.h |
| index e35feff735e4ac3783d1870ae04d711ef7cdd7fc..635be14450335e414377b0381f13c73a6dbc1f26 100644 |
| --- a/base/sys_info.h |
| +++ b/base/sys_info.h |
| @@ -146,6 +146,7 @@ class BASE_EXPORT SysInfo { |
| // Returns true if this is a low-end device. |
| // Low-end device refers to devices having less than 512M memory in the |
| // current implementation. |
| + // See //base/memory/memory_coordinator.md. |
| static bool IsLowEndDevice(); |
| }; |