summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 16:46:43 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 16:46:43 +0000
commitdae0ae9eee4511b63b9dae31515d4fb878c6915b (patch)
tree497508b4e8742e34894fc623232f6bb7837acd7a /chrome/app/policy
parent413558cb2bd35c348eeb3c303c72dd0aa04612f5 (diff)
downloadchromium_src-dae0ae9eee4511b63b9dae31515d4fb878c6915b.zip
chromium_src-dae0ae9eee4511b63b9dae31515d4fb878c6915b.tar.gz
chromium_src-dae0ae9eee4511b63b9dae31515d4fb878c6915b.tar.bz2
Enable initial policies on Android.
This change just flags two policies that are known to work on Android as supported on that platform. The current version is set to 30 and may change in the future; enabling these policies for now allows testing and further developing other parts of the code. BUG=247641 Review URL: https://chromiumcodereview.appspot.com/16180014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r--chrome/app/policy/policy_templates.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index fe3dc6c..3abaf03 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -72,7 +72,7 @@
# numbers can be any string that does not contain ':' or '-' characters.
#
# Currently supported product names:
-# 'chrome_frame', 'chrome_os'
+# 'chrome_frame', 'chrome_os', 'android',
# 'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*'
# For example if 'chrome.*:5-10' is specified for a policy, then it should
# be read as:
@@ -701,7 +701,7 @@
'name': 'PasswordManagerEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
+ 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-', 'android:30-'],
'features': {
'can_be_recommended': True,
'dynamic_refresh': True,
@@ -2909,7 +2909,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
+ 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-', 'android:30-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
@@ -2938,7 +2938,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
+ 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-', 'android:30-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,