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

Unified Diff: base/android/build_info.h

Issue 1965953002: 🌒 Remove support for split apks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 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_;
« 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