| Index: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| diff --git a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| index f4824273bd12c7f35a06f1aa269873b3830bacf1..ab019bb44a5ff7ac6706effa4bc9aba8539eacd4 100644
|
| --- a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| +++ b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java
|
| @@ -27,7 +27,7 @@ public class ChromiumLinkerTestApplication extends BaseChromiumApplication {
|
| }
|
|
|
| public static void initializeApplicationParameters(Context context) {
|
| - ResourceExtractor.setMandatoryPaksToExtract(0, MANDATORY_PAK_FILES);
|
| + ResourceExtractor.setMandatoryPaksToExtract(MANDATORY_PAK_FILES);
|
| PathUtils.setPrivateDataDirectorySuffix(PRIVATE_DATA_DIRECTORY_SUFFIX, context);
|
| }
|
|
|
|
|