Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index 0f0055d0c21861578f3b36c07f3ac45f0457d535..9d29cea7588e4ebaf6c5b3bb005b41c52a7194ea 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -112,7 +112,7 @@ |
| # persistent IDs for all fields (but not for groups!) are needed. These are |
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| # because doing so would break the deployed wire format! |
| -# For your editing convenience: highest ID currently used: 161 |
| +# For your editing convenience: highest ID currently used: 162 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -1568,6 +1568,24 @@ |
| This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''', |
| }, |
| + { |
| + 'name': 'DefaultSearchProviderAlternateURLs', |
| + 'type': 'list', |
| + 'schema': { |
| + 'type': 'array', |
| + 'items': { 'type': 'string' }, |
| + }, |
| + 'supported_on': ['chrome.*:24-', 'chrome_os:0.24-'], |
| + 'features': {'dynamic_refresh': True}, |
| + 'example_value': ['http://search.my.company/suggest#q={searchTerms}', 'http://search.my.company/suggest/search#q={searchTerms}'], |
| + 'id': 162, |
| + 'caption': '''Comma separated list of alternate URLs for the default search provider.''', |
|
Joao da Silva
2012/09/28 11:46:10
Update the caption: 'List of alternate ...'
beaudoin
2012/10/02 17:43:29
Done.
|
| + 'desc': '''Specifies a list of alternate URLs that can be used to extract search terms from the search engine. The URLs should contain the string <ph name="SEARCH_TERM_MARKER">'{searchTerms}'</ph>, which will be used to extract the search terms. |
| + |
| + This policy is optional. If not set, no alternate urls will be used to extract search terms. |
| + |
| + This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''', |
| + }, |
| ], |
| }, |
| { |