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

Unified Diff: content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java

Issue 1943233002: Revert of Add InputConnection-to-JavaScript tests for key input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java
diff --git a/content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java b/content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java
index 7f531868729b426ebd479e8f4903426af783683f..45b50c600de486ae17ad178ef57908c472f5bbc0 100644
--- a/content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java
+++ b/content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java
@@ -74,9 +74,8 @@
* Starts the content shell activity with the provided test url.
* The url is synchronously loaded.
* @param url Test url to load.
- * @throws InterruptedException
- */
- protected void startActivityWithTestUrl(String url) throws InterruptedException {
+ */
+ protected void startActivityWithTestUrl(String url) throws Throwable {
launchContentShellWithUrl(UrlUtils.getIsolatedTestFileUrl(url));
assertNotNull(getActivity());
waitForActiveShellToBeDoneLoading();

Powered by Google App Engine
This is Rietveld 408576698