Index: android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java |
index b7fc439e7ece67d4fe567d5f1d154b7f44ac88fa..cd9802e5971b1b5027da1980b87001b7aed65c12 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java |
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java |
@@ -290,6 +290,10 @@ public class AndroidWebViewTestBase |
}); |
} |
+ /** |
+ * Clears the resource cache. Note that the cache is per-application, so this will clear the |
+ * cache for all WebViews used. |
+ */ |
protected void clearCacheOnUiThread( |
final AwContents awContents, |
final boolean includeDiskFiles) throws Throwable { |