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

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: Nothing, I think. 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
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 13a271f522c0f015e7dad5ecc3701ad887ba9e4c..8978f83da8c74e14ea100c98cdd0dce2e11548a3 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;
}
}
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698