| Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| index 223ae7156831a819a5326f42cfcbf8219c6781d3..ac86473d3a2a3e617c00faafd44bb4f4141471cc 100644
|
| --- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| +++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| @@ -5,6 +5,7 @@
|
| package org.chromium.android_webview.test;
|
|
|
| import android.content.Context;
|
| +import android.content.Intent;
|
| import android.content.res.Configuration;
|
| import android.graphics.Canvas;
|
| import android.graphics.PixelFormat;
|
| @@ -510,5 +511,8 @@ public class AwTestContainerView extends FrameLayout {
|
| public int super_getScrollBarStyle() {
|
| return AwTestContainerView.super.getScrollBarStyle();
|
| }
|
| +
|
| + @Override
|
| + public void super_startActivityForResult(Intent intent, int requestCode) {}
|
| }
|
| }
|
|
|