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

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

Issue 601003002: Add a template url accessor for contextual search that doesn't preload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back the accessor with the current signature for compatability. Created 6 years, 3 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 f02cd43f8223e3a73bea614e856efbb94a53a47c..fe7f20ca8cfb7df8a1cc6bca3ae22f2420198d9b 100644
--- a/chrome/browser/search_engines/template_url_service_android.h
+++ b/chrome/browser/search_engines/template_url_service_android.h
@@ -49,7 +49,8 @@ class TemplateUrlServiceAndroid {
JNIEnv* env,
jobject obj,
jstring jquery,
- jstring jalternate_term);
+ jstring jalternate_term,
+ jboolean jshould_prefetch);
static bool Register(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698