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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.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/AwTestContainerView.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.java
index dbb28519d959408c3056dc309f69387c7edb2af9..bf36c9ae841d63de39c5bf3f81a68430403371c7 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.java
@@ -23,7 +23,7 @@ import org.chromium.content.browser.ContentViewCore;
*
* This class takes the place android.webkit.WebView would have in the production configuration.
*/
-class AwTestContainerView extends FrameLayout {
+public class AwTestContainerView extends FrameLayout {
private AwContents mAwContents;
private AwContents.InternalAccessDelegate mInternalAccessDelegate;

Powered by Google App Engine
This is Rietveld 408576698