| 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 315a17e9371cc43c9c2558c7c3833fc426969937..c85063673de96f767a1ee48efda297c287cb7d3b 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
|
| @@ -12,7 +12,6 @@ import org.chromium.content.browser.ResourceExtractor;
|
|
|
| public class ContentBrowserTestsApplication extends Application {
|
|
|
| - private static final String NATIVE_LIBRARY = "content_browsertests";
|
| private static final String[] MANDATORY_PAK_FILES = new String[] {"content_shell.pak"};
|
| private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "content_shell";
|
|
|
| @@ -24,7 +23,6 @@ public class ContentBrowserTestsApplication extends Application {
|
|
|
| public static void initializeApplicationParameters() {
|
| ResourceExtractor.setMandatoryPaksToExtract(MANDATORY_PAK_FILES);
|
| - LibraryLoader.setLibraryToLoad(NATIVE_LIBRARY);
|
| PathUtils.setPrivateDataDirectorySuffix(PRIVATE_DATA_DIRECTORY_SUFFIX);
|
| }
|
|
|
|
|