Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2325)

Unified Diff: base/sys_info.h

Issue 2678323002: Add documentation for MemoryCoordinator-related primitives
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/sys_info.h
diff --git a/base/sys_info.h b/base/sys_info.h
index e35feff735e4ac3783d1870ae04d711ef7cdd7fc..f06752666025dcfaa3756f0c212e008ffa16e7f3 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 a comment in MemoryCoordinator for how to use it.
Ryan Sleevi 2017/02/08 15:02:04 So, I think this is a 'bad' comment, because it co
haraken 2017/02/09 02:37:31 Done.
static bool IsLowEndDevice();
};

Powered by Google App Engine
This is Rietveld 408576698