| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index b9cbf5fc16a6e095c1398bc3bbeeefcd2f0e84eb..d26120bede0ad41a236e6f0e4f693fa43122a1f9 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: 168
|
| +# For your editing convenience: highest ID currently used: 169
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -1792,6 +1792,24 @@
|
|
|
| This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
|
| },
|
| + {
|
| + 'name': 'DefaultSearchProviderSearchTermsReplacementKey',
|
| + 'type': 'string',
|
| + 'schema': { 'type': 'string' },
|
| + 'supported_on': ['chrome.*:25-', 'chrome_os:0.25-'],
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + 'per_profile': True,
|
| + },
|
| + 'example_value': 'espv',
|
| + 'id': 169,
|
| + 'caption': '''Parameter controlling search term placement for the default search provider.''',
|
| + 'desc': '''A parameter that, if non-zero in a search URL, indicates that Chrome should perform search terms replacement in the omnibox.
|
| +
|
| + This policy is optional. If not set, no search term replacement will be performed.
|
| +
|
| + This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''',
|
| + },
|
| ],
|
| },
|
| {
|
|
|