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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java

Issue 2706333002: [TTS] Add a Java Context linked to existing native (Closed)
Patch Set: DCHECK that the context is created on the browser thread. Created 3 years, 9 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 1065faa5a1d76f7e828192f0a829813c40dc8383..7cde30ab40ee700d584f96af2753c062b91ed5a6 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
@@ -114,8 +114,7 @@ public class ContextualSearchTapEventTest extends ChromeActivityTestCaseBase<Chr
@Override
protected void nativeGatherSurroundingText(long nativeContextualSearchManager,
- String selection, String homeCountry, WebContents webContents,
- boolean maySendBasePageUrl) {}
+ ContextualSearchContext contextualSearchContext, WebContents baseWebContents) {}
/**
* @return A stubbed ContentViewCore for mocking text selection.
@@ -140,7 +139,7 @@ public class ContextualSearchTapEventTest extends ChromeActivityTestCaseBase<Chr
}
@Override
- public StubbedContentViewCore getBaseContentView() {
+ StubbedContentViewCore getBaseContentView() {
return mContentViewCore;
}
}

Powered by Google App Engine
This is Rietveld 408576698