Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[Android] Remove multidex installation until multidex is deployed.
Browse files Browse the repository at this point in the history
BUG=525695

Review URL: https://codereview.chromium.org/1306123008

Cr-Commit-Position: refs/heads/master@{#346154}
  • Loading branch information
jbudorick authored and Commit bot committed Aug 28, 2015
1 parent 23ba7c5 commit 8f7bea6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
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.
*/
Expand All @@ -22,7 +20,6 @@ public class BaseChromiumApplication extends Application {
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
ChromiumMultiDex.install(this);
}

/**
Expand Down

0 comments on commit 8f7bea6

Please sign in to comment.