Chromium Code Reviews

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

Issue 6027004: Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch... (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.
Jump to:
View side-by-side diff with in-line comments
« 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 69758)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -506,16 +506,6 @@
]
},
{
- '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': 'ContentSettings',
'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