| Index: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| diff --git a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| index 1b1d86497cac0f8db5877c8ef00b6396dcfa88de..5531926f08f2003fb2f5b98c569e28977a48e5c8 100644
|
| --- a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| +++ b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| @@ -85,7 +85,7 @@ public class ChromiumLinkerTestActivity extends Activity {
|
| // Load the library in the browser process, this will also run the test
|
| // runner in this process.
|
| try {
|
| - LibraryLoader.ensureInitialized();
|
| + LibraryLoader.ensureInitialized(getApplicationContext(), false);
|
| } catch (ProcessInitException e) {
|
| Log.i(TAG, "Cannot load chromium_linker_test:" + e);
|
| }
|
|
|