Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5260)

Unified Diff: chrome/app/policy/policy_templates.json

Issue 6174002: Makes the instant url managed by group policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: configuration_policy_pref_store.cc Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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-'],
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698