| 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 eeee30df669a19e591c686ca4e706eb9e81b03c2..2c26e87a6339bcbef664f8524c287b9ffe9aa5cb 100644
|
| --- a/chrome/browser/search_engines/prepopulated_engines_schema.json
|
| +++ b/chrome/browser/search_engines/prepopulated_engines_schema.json
|
| @@ -30,6 +30,8 @@
|
| { "field": "image_url", "type": "string", "optional": true },
|
| // If omitted, this engine does not support rendering a new tab page.
|
| { "field": "new_tab_url", "type": "string", "optional": true },
|
| + // If omitted, this engine does not support contextual search.
|
| + { "field": "contextual_search_url", "type": "string", "optional": true },
|
| // The followings are post parameters for the corresponding search URL.
|
| // If omitted, a GET request will be sent when using the corresponding
|
| // search URL. Otherwise, a POST request will be sent.
|
|
|