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

Unified Diff: components/policy/resources/policy_templates.json

Issue 1825173003: [Policy Experimental] Add "recommended" policies for URL exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 years, 9 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
« no previous file with comments | « components/policy/core/common/schema_map.cc ('k') | components/prefs/pref_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 2eb824f8e2ef75652906ab1d40f8ab87c81e54f2..f98650eddce8031f6af5a2e582168f90d21b5056 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -2778,8 +2778,6 @@
],
},
{
- # TODO(joaodasilva): Flag these policies with 'can_be_recommended'
- # after fixing https://crbug.com/106682
'name': 'ContentSettings',
'type': 'group',
'caption': '''Content Settings''',
@@ -2816,6 +2814,7 @@
'ios:34-47',
],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -2850,6 +2849,7 @@
],
'supported_on': ['chrome.*:10-', 'chrome_os:11-', 'android:30-'],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -2958,6 +2958,7 @@
'android:33-',
],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -3176,6 +3177,7 @@
'ios:34-47',
],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -3201,6 +3203,7 @@
'ios:34-47',
],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -3250,6 +3253,7 @@
},
'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -3270,6 +3274,7 @@
},
'supported_on': ['chrome.*:11-', 'chrome_os:11-', 'android:30-'],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -3415,6 +3420,7 @@
'android:34-',
],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
@@ -3479,6 +3485,7 @@
'android:34-',
],
'features': {
+ 'can_be_recommended': True,
'dynamic_refresh': True,
'per_profile': True,
},
« no previous file with comments | « components/policy/core/common/schema_map.cc ('k') | components/prefs/pref_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698