| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 9924524a305eaf4a36357ca49441abb3f0fa67af..3d6d223a33dd5270674f8228e7490760e42f5c8e 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:
|
| @@ -1569,6 +1569,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': '''List of alternate URLs for the default search provider.''',
|
| + '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.''',
|
| + },
|
| ],
|
| },
|
| {
|
|
|