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

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

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build 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
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..cf8ff51e7ae9c2c48387c6d3319ffeb76b7bacc4 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -503,6 +503,15 @@
]
},
{
+ 'name': 'BlockThirdPartyCookies',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:10-'],
+ 'annotations': {
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': False,
+ }
gfeher 2011/01/04 12:58:06 Why are you adding this here?
danno 2011/01/11 13:03:48 This was missing in the JSON file but the constant
+ },
+ {
'name': 'ContentSettings',
'type': 'group',
'policies': [

Powered by Google App Engine
This is Rietveld 408576698