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

Unified Diff: chrome/browser/search_engines/template_url_service_android.h

Issue 465183002: Add ctxsl_alternate_term to the contextual search request and update the API version to 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 6 years, 4 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/browser/search_engines/template_url_service_android.h
diff --git a/chrome/browser/search_engines/template_url_service_android.h b/chrome/browser/search_engines/template_url_service_android.h
index 0bbb8fea8521adb339af7ca14d6b36409af3f691..f02cd43f8223e3a73bea614e856efbb94a53a47c 100644
--- a/chrome/browser/search_engines/template_url_service_android.h
+++ b/chrome/browser/search_engines/template_url_service_android.h
@@ -48,7 +48,8 @@ class TemplateUrlServiceAndroid {
base::android::ScopedJavaLocalRef<jstring> GetUrlForContextualSearchQuery(
JNIEnv* env,
jobject obj,
- jstring jquery);
+ jstring jquery,
+ jstring jalternate_term);
static bool Register(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698