Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2210)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java

Issue 12317015: [android_webview] Add test shell for webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
index 5aaab7b4370a71d6e90e867f06061159fd88ca23..0f515e5855b4ff84ee35718d8988007dc9836882 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
@@ -11,7 +11,7 @@ import org.chromium.android_webview.AwResource;
public class AwTestResourceProvider {
private static boolean sInitialized;
- static void registerResources(Context context) {
+ public static void registerResources(Context context) {
if (sInitialized) {
return;
}

Powered by Google App Engine
This is Rietveld 408576698