| 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 b626b21ed81342800da1c2f1ad22a568becd06b8..ce56a0e3d2e183f6c56ac9ce1eea7a5ff0f4ffe0 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
|
| @@ -27,7 +27,7 @@ public class ContentBrowserTestsApplication extends BaseChromiumApplication {
|
| }
|
|
|
| public static void initializeApplicationParameters(Context context) {
|
| - ResourceExtractor.setMandatoryPaksToExtract(MANDATORY_PAK_FILES);
|
| + ResourceExtractor.setMandatoryPaksToExtract(0, MANDATORY_PAK_FILES);
|
| PathUtils.setPrivateDataDirectorySuffix(PRIVATE_DATA_DIRECTORY_SUFFIX, context);
|
| }
|
|
|
|
|