Chromium Code Reviews| Index: android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java |
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java |
| index b656a05acf0d18410ac462ad2fc8df2a3f0834fb..70afd4e7b748adec1d1c4a4e6e9ded3d73ab7d9d 100644 |
| --- a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java |
| +++ b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java |
| @@ -18,6 +18,10 @@ import org.chromium.base.JNINamespace; |
| public interface AwContentsIoThreadClient { |
| // Called on the IO thread. |
|
boliu
2012/11/20 20:00:09
nit: All the methods are called from IO thread, an
mnaganov (inactive)
2012/11/21 10:37:08
Done. I rephrased the class comment to avoid exces
|
| @CalledByNative |
| + public int getCacheMode(); |
| + |
| + // Called on the IO thread. |
| + @CalledByNative |
| public InterceptedRequestData shouldInterceptRequest(String url); |
| // Called on the IO thread. |