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

Unified Diff: chrome/browser/search_engines/prepopulated_engines_schema.json

Issue 22945004: InstantExtended: Add new_tab_url to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 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/prepopulated_engines_schema.json
diff --git a/chrome/browser/search_engines/prepopulated_engines_schema.json b/chrome/browser/search_engines/prepopulated_engines_schema.json
index 893e5656ae8b01c40b44257c90f46c060387a712..6a153a41085c2eecc6a681b3961b71325ce1b432 100644
--- a/chrome/browser/search_engines/prepopulated_engines_schema.json
+++ b/chrome/browser/search_engines/prepopulated_engines_schema.json
@@ -42,6 +42,8 @@
{ "field": "suggest_url_post_params", "type": "string", "optional": true },
{ "field": "instant_url_post_params", "type": "string", "optional": true },
{ "field": "image_url_post_params", "type": "string", "optional": true },
+ // If omitted, this engine does not support rendering a new tab page.
Peter Kasting 2013/08/14 23:21:45 Nit: Move this above the post_params fields (and i
Jered 2013/08/15 16:44:03 Done. I don't have a preference about interleaving
+ { "field": "new_tab_url", "type": "string", "optional": true },
// A list of URL patterns that can be used, in addition to |search_url|,
// to extract search terms from a URL.
// If "search_url_post_params" is not empty, then all alternate URLs are

Powered by Google App Engine
This is Rietveld 408576698