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

Unified Diff: base/sys_info.h

Issue 12223064: base: Fix parsing and add dalvik-heap-limit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove CHECKs. Return error instead. Created 7 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
« no previous file with comments | « no previous file | base/sys_info_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info.h
diff --git a/base/sys_info.h b/base/sys_info.h
index 97b17c4a0afd6db7ca1fbaab638faeb3615dbbd7..5af5d43b7bd7f949755253abaec0a51056538dea 100644
--- a/base/sys_info.h
+++ b/base/sys_info.h
@@ -104,6 +104,7 @@ class BASE_EXPORT SysInfo {
static std::string GetDeviceName();
static int DalvikHeapSizeMB();
+ static int DalvikHeapGrowthLimitMB();
#endif // defined(OS_ANDROID)
};
« no previous file with comments | « no previous file | base/sys_info_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698