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

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

Issue 6045003: (Re-landing http://codereview.chromium.org/5991003) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 69760)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -605,6 +605,16 @@
]
},
{
+ 'name': 'Disable3DAPIs',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:9-'],
+ 'annotations': {
+ # It'll be difficult to support dynamically disabling access to these APIs.
+ 'features': {'dynamic_refresh': 0},
+ 'example_value': False,
+ }
+ },
+ {
'name': 'ChromeFrameRendererSettings',
'type': 'group',
'policies': [{
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698