Chromium Code Reviews| Index: base/sys_info.h |
| diff --git a/base/sys_info.h b/base/sys_info.h |
| index 654d6945a34ba26250356f5b21caa5c8a16f6112..778b6453c17e47cbcbcd6ec787d787a561179e9b 100644 |
| --- a/base/sys_info.h |
| +++ b/base/sys_info.h |
| @@ -54,7 +54,8 @@ class BASE_EXPORT SysInfo { |
| // Returns a descriptive string for the current machine model or an empty |
| // string if machime model is unknown or an error occured. |
|
Nico
2015/07/10 19:52:22
while you're here: typo machime
tdresser
2015/07/13 13:19:22
Done.
|
| // e.g. MacPro1,1 on Mac. |
| - // Only implemented on OS X, will return an empty string on other platforms. |
| + // Only implemented on OS X and Android, will return an empty string on other |
| + // platforms. |
| static std::string HardwareModelName(); |
| // Returns the name of the host operating system. |