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

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

Issue 10908014: [Android] Refactor AndroidWebViewTestBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 8 years, 4 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
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java
index 900c025134d7d22e137cfcb16fd1502e6bf454bf..e2594d17d8b53c20e47b6298bdaa516341c5ca34 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java
@@ -19,16 +19,6 @@ import java.util.concurrent.Callable;
* Test suite for loadUrl().
*/
public class AndroidWebViewLoadUrlTest extends AndroidWebViewTestBase {
-
- private String getTitleOnUiThread(final ContentViewCore contentViewCore) throws Throwable {
- return runTestOnUiThreadAndGetResult(new Callable<String>() {
- @Override
- public String call() throws Exception {
- return contentViewCore.getTitle();
- }
- });
- }
-
@SmallTest
@Feature({"Android-WebView"})
public void testDataUrl() throws Throwable {
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698