| 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 0e6070b8b2d796555627a188147140b7dcfd5835..8c9cf82ecb994b8e312d2497055eb78c01abc4b9 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
|
| @@ -80,7 +80,7 @@
|
|
|
| private AwTestContainerView createAwTestContainerView() {
|
| AwBrowserProcess.start(this);
|
| - AwTestContainerView testContainerView = new AwTestContainerView(this, true);
|
| + AwTestContainerView testContainerView = new AwTestContainerView(this);
|
| AwContentsClient awContentsClient = new NullContentsClient() {
|
| private View mCustomView;
|
|
|
|
|