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

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

Issue 1306123008: [Android] Remove multidex installation until multidex is deployed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5ec3dcde549feb9c1872297cb33ad047e765498b..36dd3e2531e1e0e5e977cc45149b3687ad046166 100644
--- a/base/android/java/src/org/chromium/base/BaseChromiumApplication.java
+++ b/base/android/java/src/org/chromium/base/BaseChromiumApplication.java
@@ -10,8 +10,6 @@ import android.content.Context;
import android.os.Bundle;
import android.view.Window;
-import org.chromium.base.multidex.ChromiumMultiDex;
-
/**
* Basic application functionality that should be shared among all browser applications.
*/
@@ -22,7 +20,6 @@ public class BaseChromiumApplication extends Application {
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
Yaron 2015/08/28 14:32:46 Erm. I do wonder if lint complains about this bein
- ChromiumMultiDex.install(this);
}
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698