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

Unified Diff: chrome/browser/chrome_browser_main_android.cc

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 | « chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_android.cc
diff --git a/chrome/browser/chrome_browser_main_android.cc b/chrome/browser/chrome_browser_main_android.cc
index b33f95775c99335892a803f3eccb6a808869656e..6b5f83c3b38de93d29cd4a1074a69c59a6410734 100644
--- a/chrome/browser/chrome_browser_main_android.cc
+++ b/chrome/browser/chrome_browser_main_android.cc
@@ -72,9 +72,7 @@ int ChromeBrowserMainPartsAndroid::PreCreateThreads() {
crash_dump_manager_.reset(new breakpad::CrashDumpManager(crash_dump_dir));
}
- bool has_language_splits =
- base::android::BuildInfo::GetInstance()->has_language_apk_splits();
Lei Zhang 2016/05/10 20:30:21 Remove the base/android/build_info.h include as we
Yaron 2016/05/12 14:26:21 Done.
- ui::SetLocalePaksStoredInApk(has_language_splits);
+ ui::SetLocalePaksStoredInApk(false);
return ChromeBrowserMainParts::PreCreateThreads();
}
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698