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

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

Issue 2827263006: Revert "Refactor ContentViewClient (6/6)" (Closed)
Patch Set: Revert "Let ImeAdapterAndroid have the same lifecycle as its Java peer" 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 cb5c93d05f01e3e09e13a7848576bd53f124ce99..566b60f2670e9a1fe354cd32f4fd9f4ed0ad8ce8 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,9 +132,7 @@ public class AwContentsGarbageCollectionTest extends AwTestBase {
resultReceivers[i] = runTestOnUiThreadAndGetResult(new Callable<ResultReceiver>() {
@Override
public ResultReceiver call() throws Exception {
- return containerView.getContentViewCore()
- .getImeAdapterForTest()
- .getNewShowKeyboardReceiver();
+ return containerView.getContentViewCore().getNewShowKeyboardReceiver();
}
});
}
@@ -275,3 +273,4 @@ 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