Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
index ecfca1864d355fca6748d96f4a5d1a082ee77bed..954e77929fe1364889b2cde56f9277c7c0bfd1e2 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java |
@@ -119,7 +119,7 @@ public void onCreate(Bundle savedInstanceState) { |
} |
private AwTestContainerView createAwTestContainerView() { |
- AwBrowserProcess.start(this); |
+ AwBrowserProcess.start(this, getApplication()); |
AwTestContainerView testContainerView = new AwTestContainerView(this, true); |
AwContentsClient awContentsClient = new NullContentsClient() { |
private View mCustomView; |