| Index: android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java
|
| diff --git a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java
|
| index 044385a4f8e136fd17a505e687307f1c7a880738..f267f27cbd577a8465961590f4640e02b7487ccb 100644
|
| --- a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java
|
| +++ b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java
|
| @@ -45,6 +45,7 @@ public class WebViewLayoutTestActivity extends Activity {
|
| initializeSettings(settings);
|
|
|
| mWebView.setWebViewClient(new WebViewClient() {
|
| + @SuppressWarnings("deprecation") // because we support api level 19 and up.
|
| @Override
|
| public boolean shouldOverrideUrlLoading(WebView webView, String url) {
|
| return false;
|
|
|