| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| index f5b454687dbc77aa3712b4c5cca340808984b9d6..44c264641260b97d881b89626dc363ff8e5415bd 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| @@ -168,7 +168,6 @@ public class AwContentsClientShouldInterceptRequestTest extends AndroidWebViewTe
|
| final String aboutPageUrl = addAboutPageToTestServer(mWebServer);
|
|
|
| int callCount = onLoadResourceHelper.getCallCount();
|
| - int onPageFinishedCallCount = contentsClient.getOnPageFinishedHelper().getCallCount();
|
|
|
| loadUrlAsync(awContents, aboutPageUrl);
|
|
|
| @@ -269,7 +268,7 @@ public class AwContentsClientShouldInterceptRequestTest extends AndroidWebViewTe
|
| contentsClient.getShouldInterceptRequestHelper();
|
|
|
| final String imagePath = "/" + CommonResources.FAVICON_FILENAME;
|
| - final String imageUrl = mWebServer.setResponseBase64(imagePath,
|
| + mWebServer.setResponseBase64(imagePath,
|
| CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true));
|
| final String pageWithImage =
|
| addPageToTestServer(mWebServer, "/page_with_image.html",
|
|
|