Index: base/sys_info.h |
diff --git a/base/sys_info.h b/base/sys_info.h |
index d24acdf6b434eddf991c7787dc4f4e10989e9003..4ade4469994779450fd1f0c25e3359efb9460ae6 100644 |
--- a/base/sys_info.h |
+++ b/base/sys_info.h |
@@ -51,6 +51,11 @@ class BASE_EXPORT SysInfo { |
// Returns system uptime in milliseconds. |
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. |
+ static std::string HardwareModelName(); |
+ |
// Returns the name of the host operating system. |
static std::string OperatingSystemName(); |