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

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

Issue 2440843002: [Contextual Search] Pipe basic quick action data from C++ to Java (Closed)
Patch Set: [Contextual Search] Pipe basic quick action data from C++ to Java Created 4 years, 2 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 adb7c98926966c6e77850341dd1ecfa8a16523d0..ce7e036ac4c9f11f1b4b2aece591b8fa594aecf0 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
@@ -96,7 +96,7 @@ public class ContextualSearchTapEventTest extends ChromeActivityTestCaseBase<Chr
public void startSearchTermResolutionRequest(String selection) {
// Skip native calls and immediately "resolve" the search term.
onSearchTermResolutionResponse(
- true, 200, selection, selection, "", "", false, 0, 10, "", "", "");
+ true, 200, selection, selection, "", "", false, 0, 10, "", "", "", "", "");
}
@Override

Powered by Google App Engine
This is Rietveld 408576698