Index: android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java |
diff --git a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java |
index ddbd6e5ff5b725fe59617d63d2d7bdef139386ff..9c713f4b72501e561238fe4c5dbc68c881ae9417 100644 |
--- a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java |
+++ b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java |
@@ -96,6 +96,7 @@ public class WebViewLayoutTestActivity extends Activity { |
return true; |
} |
}); |
+ mWebView.loadUrl("http://google.com"); |
timvolodine
2016/04/13 14:51:24
why is this needed? remove pls.
Yoland Yan(Google)
2016/04/26 02:03:57
lol sorry
Done
|
} |
public void waitForFinish(long timeout, TimeUnit unit) throws InterruptedException, |