Chromium Code Reviews| Index: base/sys_info.h |
| diff --git a/base/sys_info.h b/base/sys_info.h |
| index 654d6945a34ba26250356f5b21caa5c8a16f6112..8b20db8a6768aedf729944f8b5fd2d62b2878a1b 100644 |
| --- a/base/sys_info.h |
| +++ b/base/sys_info.h |
| @@ -52,9 +52,10 @@ class BASE_EXPORT SysInfo { |
| static int64 Uptime(); |
| // Returns a descriptive string for the current machine model or an empty |
| - // string if machime model is unknown or an error occured. |
| - // e.g. MacPro1,1 on Mac. |
| - // Only implemented on OS X, will return an empty string on other platforms. |
| + // string if the machine model is unknown or an error occured. |
| + // e.g. "MacPro1,1" on Mac, or "Nexus 5" on Android. |
| + // Only implemented on OS X and Android, will return an empty string on other |
|
rkaplow
2015/07/14 19:43:19
this actually is set for ChromeOS as well. Can you
tdresser
2015/07/14 20:57:31
Done.
|
| + // platforms. |
| static std::string HardwareModelName(); |
| // Returns the name of the host operating system. |
| @@ -129,9 +130,6 @@ class BASE_EXPORT SysInfo { |
| // Returns the Android build ID. |
| static std::string GetAndroidBuildID(); |
| - // Returns the device's name. |
| - static std::string GetDeviceName(); |
| - |
| static int DalvikHeapSizeMB(); |
| static int DalvikHeapGrowthLimitMB(); |
| #endif // defined(OS_ANDROID) |