| Index: base/android/build_info.h
|
| diff --git a/base/android/build_info.h b/base/android/build_info.h
|
| index 5195fb8829b01f8c02f5ff59783caa59d3335721..07dba43de792617a7e4651a31c5e0580702a7568 100644
|
| --- a/base/android/build_info.h
|
| +++ b/base/android/build_info.h
|
| @@ -98,10 +98,6 @@ class BASE_EXPORT BuildInfo {
|
| return sdk_int_;
|
| }
|
|
|
| - int has_language_apk_splits() const {
|
| - return has_language_apk_splits_;
|
| - }
|
| -
|
| const char* java_exception_info() const {
|
| return java_exception_info_;
|
| }
|
| @@ -133,7 +129,6 @@ class BASE_EXPORT BuildInfo {
|
| const char* const package_name_;
|
| const char* const build_type_;
|
| const int sdk_int_;
|
| - const bool has_language_apk_splits_;
|
| // This is set via set_java_exception_info, not at constructor time.
|
| const char* java_exception_info_;
|
|
|
|
|