Chromium Code Reviews| Index: base/sys_info.h | 
| diff --git a/base/sys_info.h b/base/sys_info.h | 
| index edfa70f6267a4caf659189ccd071e96c519d7ca1..242f4fbf5f7218aef41812c94d4fc38c17f2f1bb 100644 | 
| --- a/base/sys_info.h | 
| +++ b/base/sys_info.h | 
| @@ -80,6 +80,10 @@ class BASE_EXPORT SysInfo { | 
| // Returns the path to the lsb-release file. | 
| static FilePath GetLsbReleaseFilePath(); | 
| #endif // defined(OS_CHROMEOS) | 
| + | 
| +#if defined(OS_ANDROID) | 
| + static int DalvikHeapSizeMB(); | 
| +#endif // defined(OS_ANDROID) | 
| }; | 
| } // namespace base |