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

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

Issue 2777223004: Migrate IME state update flow (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.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/AwContentsGarbageCollectionTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java
index 566b60f2670e9a1fe354cd32f4fd9f4ed0ad8ce8..cb5c93d05f01e3e09e13a7848576bd53f124ce99 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java
@@ -132,7 +132,9 @@ public class AwContentsGarbageCollectionTest extends AwTestBase {
resultReceivers[i] = runTestOnUiThreadAndGetResult(new Callable<ResultReceiver>() {
@Override
public ResultReceiver call() throws Exception {
- return containerView.getContentViewCore().getNewShowKeyboardReceiver();
+ return containerView.getContentViewCore()
+ .getImeAdapterForTest()
+ .getNewShowKeyboardReceiver();
}
});
}
@@ -273,4 +275,3 @@ public class AwContentsGarbageCollectionTest extends AwTestBase {
assertTrue(criteria.isSatisfied());
}
}
-
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698