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

Unified Diff: base/sys_info.h

Issue 1236283002: [Android] Remove deprecated SysInfo property retrieval (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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 5a81dc1583f45b4e2a006dcbed15753c848407d4..5af9732200aecc631145ad48a7d70c3919c3e7b8 100644
--- a/base/sys_info.h
+++ b/base/sys_info.h
@@ -130,7 +130,6 @@ class BASE_EXPORT SysInfo {
static std::string GetAndroidBuildID();
static int DalvikHeapSizeMB();
- static int DalvikHeapGrowthLimitMB();
#endif // defined(OS_ANDROID)
// Returns true if this is a low-end device.

Powered by Google App Engine
This is Rietveld 408576698