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

Unified Diff: base/android/build_info.h

Issue 113873006: [Android] Disable tombstones for renderer crashes on JB MR2+ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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/android/build_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/build_info.h
diff --git a/base/android/build_info.h b/base/android/build_info.h
index a5f44c2e0acf8d8273a29baeeca65495fa3772e2..03dadd99df1f95e50b6447d19995b4f89f7d3390 100644
--- a/base/android/build_info.h
+++ b/base/android/build_info.h
@@ -72,6 +72,10 @@ class BASE_EXPORT BuildInfo {
return package_name_;
}
+ const char* build_type() const {
+ return build_type_;
+ }
+
int sdk_int() const {
return sdk_int_;
}
@@ -102,6 +106,7 @@ class BASE_EXPORT BuildInfo {
const char* const package_version_name_;
const char* const package_label_;
const char* const package_name_;
+ const char* const build_type_;
const int sdk_int_;
// This is set via set_java_exception_info, not at constructor time.
const char* java_exception_info_;
« no previous file with comments | « no previous file | base/android/build_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698