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

Unified Diff: base/android/java/src/org/chromium/base/BaseChromiumApplication.java

Issue 1338813003: GN: Side-load dex files as well as native code in incremental installs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix pylint warnings Created 5 years, 3 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
Index: base/android/java/src/org/chromium/base/BaseChromiumApplication.java
diff --git a/base/android/java/src/org/chromium/base/BaseChromiumApplication.java b/base/android/java/src/org/chromium/base/BaseChromiumApplication.java
index 9d1a408638cdf01f2e127d42298761665862bf7f..0542c80e08a7221455c8f064144c500bffd6ac16 100644
--- a/base/android/java/src/org/chromium/base/BaseChromiumApplication.java
+++ b/base/android/java/src/org/chromium/base/BaseChromiumApplication.java
@@ -17,12 +17,6 @@ public class BaseChromiumApplication extends Application {
private static final String TAG = "cr.base";
- @Override
- protected void attachBaseContext(Context base) {
- super.attachBaseContext(base);
- IncrementalInstall.initialize(this);
- }
-
/**
* Interface to be implemented by listeners for window focus events.
*/

Powered by Google App Engine
This is Rietveld 408576698