| 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_;
|
|
|