[Android] Remove ContentView usage from android_webview.
commit4422cc4ead145539b2dc36c7fbbeacb7c038ddd1
authormkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 Aug 2012 19:39:20 +0000 (29 19:39 +0000)
committermkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 Aug 2012 19:39:20 +0000 (29 19:39 +0000)
tree00f1648a4489281c3c3716edccb90c25ea321d82
parentb04daa57e9dac39848bab18f1df7880eeae726de
[Android] Remove ContentView usage from android_webview.

This changes the android_webview Java test code to use
the new AwContentsView test class instead of ContentView.

BUG=

Review URL: https://chromiumcodereview.appspot.com/10873049

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153953 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerActivity.java
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.java [new file with mode: 0644]
android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java [new file with mode: 0644]
content/public/android/javatests/src/org/chromium/content/browser/test/TestContentViewClient.java