Index: content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
diff --git a/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java b/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
index 6cdd6d0beeb13a2b3460371c7ec573ccd4cfa8d2..a6063c141a6fee2540234520f652f04655d4b282 100644 |
--- a/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
+++ b/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
@@ -8,7 +8,6 @@ import android.content.Context; |
import org.chromium.base.BaseChromiumApplication; |
import org.chromium.base.PathUtils; |
-import org.chromium.base.ResourceExtractor; |
/** |
* A basic content browser tests {@link android.app.Application}. |
@@ -24,7 +23,6 @@ public class ContentBrowserTestsApplication extends BaseChromiumApplication { |
} |
public static void initializeApplicationParameters(Context context) { |
- ResourceExtractor.setMandatoryPaksToExtract(0); |
PathUtils.setPrivateDataDirectorySuffix(PRIVATE_DATA_DIRECTORY_SUFFIX, context); |
} |