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

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

Issue 949173004: Work around bug in generate_policy_source.py to fix several policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | 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 9f18e244d5aeb19b916034b103b8af2627bb9a3c..e2b6de8c85677651deed7502d2a95438293b2aed 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -1195,7 +1195,7 @@
'name': 'EnableDeprecatedWebBasedSignin',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:35-42'],
+ 'supported_on': ['chrome.*:35-'],
'features': {
'dynamic_refresh': False,
'per_profile': False,
@@ -7074,10 +7074,10 @@
},
],
'supported_on': [
- 'chrome.*:39-43',
- 'chrome_os:39-43',
- 'android:39-43',
- 'ios:39-43',
+ 'chrome.*:39-',
+ 'chrome_os:39-',
+ 'android:39-',
+ 'ios:39-',
],
'features': {
'dynamic_refresh': True,
@@ -7129,10 +7129,10 @@
},
],
'supported_on': [
- 'chrome.*:39-43',
- 'chrome_os:39-43',
- 'android:39-43',
- 'ios:39-43',
+ 'chrome.*:39-',
+ 'chrome_os:39-',
+ 'android:39-',
+ 'ios:39-',
],
'features': {
'dynamic_refresh': True,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698