| 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 d3dc3fe5770f2a4df0080894da16ea9fea34f512..03cc33e5e9a82b511bf053e64e98a19080dc7f65 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
|
| @@ -57,7 +57,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
|
|
|