| 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 a394a1b131f50c2c8319d099819b878dadac3223..95ab6033a6c74bb4eb7c8a86ff6c91b09d28d3c9 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
|
| @@ -60,7 +60,8 @@ public class ContentShellActivity extends Activity {
|
|
|
| DeviceUtils.addDeviceSpecificUserAgentSwitch(this);
|
| try {
|
| - LibraryLoader.get(LibraryProcessType.PROCESS_BROWSER).ensureInitialized();
|
| + LibraryLoader.get(LibraryProcessType.PROCESS_BROWSER)
|
| + .ensureInitialized(getApplicationContext());
|
| } catch (ProcessInitException e) {
|
| Log.e(TAG, "ContentView initialization failed.", e);
|
| // Since the library failed to initialize nothing in the application
|
|
|