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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java

Issue 1840993002: Reland "Add InputConnection-to-JavaScript tests for key input" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed flakiness Created 4 years, 7 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 | content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java
index fbda1ca42d45ff26abe0031bcb5454b583d864a6..159d73a5fdef25a55ad93ad11acaf92954c58ae8 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java
@@ -70,18 +70,6 @@ public class ImeLollipopTest extends ImeTest {
});
}
- private void waitForUpdateCursorAnchorInfoCallCount(final int expected)
- throws InterruptedException {
- CriteriaHelper.pollUiThread(new Criteria() {
- @Override
- public boolean isSatisfied() {
- int actual = mInputMethodManagerWrapper.getUpdateCursorAnchorInfoCounter();
- updateFailureReason("Expected: {" + expected + "}, Actual: {" + actual + "}");
- return expected == actual;
- }
- });
- }
-
private void waitForUpdateCursorAnchorInfoComposingText(final String expected)
throws InterruptedException {
CriteriaHelper.pollUiThread(new Criteria() {
« no previous file with comments | « no previous file | content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698