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

Unified Diff: base/sys_info.h

Issue 10832235: Move Android user agent generation to native code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Formatting Created 8 years, 4 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_android.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 c95415e40872786a6ab022c59ff906ab237841c6..6b14e66ff6bba65014168963581f353d6d0e3003 100644
--- a/base/sys_info.h
+++ b/base/sys_info.h
@@ -81,6 +81,9 @@ class BASE_EXPORT SysInfo {
#endif // defined(OS_CHROMEOS)
#if defined(OS_ANDROID)
+ // Returns a string containing detailed info about the environment.
+ static std::string OperatingSystemInformation();
Charlie Reis 2012/08/14 17:07:16 Maybe move this near OperatingSystemName and Opera
gone 2012/08/14 17:31:01 Moved it upwards in the following patch set. It's
+
static int DalvikHeapSizeMB();
#endif // defined(OS_ANDROID)
};
« no previous file with comments | « no previous file | base/sys_info_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698