Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index e7a4463b6a7507825dfb4a2894fcedaeb8e88f5b..274e00ac9d93f9068bacd500b5c299215a1677c0 100644 |
--- a/chrome/app/policy/policy_templates.json |
+++ b/chrome/app/policy/policy_templates.json |
@@ -483,6 +483,15 @@ |
} |
}, |
{ |
+ 'name': 'DefaultSearchProviderInstantURL', |
+ 'type': 'string', |
+ 'supported_on': ['chrome.*:10-'], |
+ 'annotations': { |
+ 'features': {'dynamic_refresh': 1}, |
+ 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
+ } |
+ }, |
+ { |
'name': 'DefaultSearchProviderIconURL', |
'type': 'string', |
'supported_on': ['chrome.*:8-'], |