| 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 b3bca6b2fa6d52a1c47cc3425f2d912313af7557..67c57b89f89311b83e97ada81f46c6e0f7cf4f9c 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);
|
| }
|
|
|