| 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 e6a4fc5105436bf31b952e6a32478417a02ee5c1..0a9df91b77016ce862947f12c7dfc4cc090780f1 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
|
| @@ -43,7 +43,7 @@ public class AwContentsClientShouldInterceptRequestTest extends AwTestBase {
|
| private ConcurrentHashMap<String, AwWebResourceRequest> mRequestsByUrls =
|
| new ConcurrentHashMap<String, AwWebResourceRequest>();
|
| // This is read on another thread, so needs to be marked volatile.
|
| - private volatile AwWebResourceResponse mShouldInterceptRequestReturnValue = null;
|
| + private volatile AwWebResourceResponse mShouldInterceptRequestReturnValue;
|
| void setReturnValue(AwWebResourceResponse value) {
|
| mShouldInterceptRequestReturnValue = value;
|
| }
|
|
|