| Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| index be8ceaf370642888c7606dbaa3621cd29241d3b0..75900a69a7950666533cbd72e438d988414bbd13 100644
|
| --- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| +++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| @@ -56,7 +56,7 @@ public class ContentShellActivity extends Activity {
|
|
|
| DeviceUtils.addDeviceSpecificUserAgentSwitch(this);
|
| try {
|
| - LibraryLoader.ensureInitialized();
|
| + LibraryLoader.ensureInitialized(getApplicationContext(), false);
|
| } catch (ProcessInitException e) {
|
| Log.e(TAG, "ContentView initialization failed.", e);
|
| // Since the library failed to initialize nothing in the application
|
|
|