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

Unified Diff: base/sys_info.h

Issue 1234543003: Report Android Build.MODEL in SystemProfileProto hardware_class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo, use GetDeviceName(). 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
« no previous file with comments | « no previous file | base/sys_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info.h
diff --git a/base/sys_info.h b/base/sys_info.h
index 654d6945a34ba26250356f5b21caa5c8a16f6112..1d2d4bf6586dcab0fff6033200b9a2319e0d69a7 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.
+ // string if the machine model is unknown or an error occured.
// e.g. MacPro1,1 on Mac.
jdduke (slow) 2015/07/14 15:04:31 another example for Android might be nice.
tdresser 2015/07/14 18:42:40 Done.
- // 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.
« no previous file with comments | « no previous file | base/sys_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698