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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
index cecd71ac51fde4ce91c1820dae3a06551b7c3d16..7afaaf24c7e933cf0761c06433968d9a444b284e 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
@@ -87,8 +87,9 @@ public class ContextualSearchTapEventTest extends ChromeActivityTestCaseBase<Chr
super(activity, windowAndroid, null);
setSelectionController(new MockCSSelectionController(activity, this));
ContentViewCore contentView = getSelectionController().getBaseContentView();
- contentView.setSelectionPopupControllerForTesting(new SelectionPopupController(
- activity, null, null, null, contentView.getRenderCoordinates()));
+ contentView.setSelectionPopupControllerForTesting(
+ new SelectionPopupController(activity, null, null, null,
+ contentView.getRenderCoordinates(), null));
contentView.setSelectionClient(this);
MockContextualSearchPolicy policy = new MockContextualSearchPolicy();
setContextualSearchPolicy(policy);

Powered by Google App Engine
This is Rietveld 408576698