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

Unified Diff: base/sys_info.h

Issue 2678323002: Add documentation for MemoryCoordinator-related primitives
Patch Set: temp 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..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();
};

Powered by Google App Engine
This is Rietveld 408576698