summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorgfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-27 11:47:41 +0000
committergfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-27 11:47:41 +0000
commitdce80b18188d233d56aa9a94a3b6feb63ec418ba (patch)
treea29e7242ea164d32c75f8ee24076bfd7c70f8e09 /chrome/app
parent514976169e1422f75b0d7db44995917986ae2c0d (diff)
downloadchromium_src-dce80b18188d233d56aa9a94a3b6feb63ec418ba.zip
chromium_src-dce80b18188d233d56aa9a94a3b6feb63ec418ba.tar.gz
chromium_src-dce80b18188d233d56aa9a94a3b6feb63ec418ba.tar.bz2
Add ChromeOS to the list of valid platform names in the policy metafile
BUG=58498 TEST=none Review URL: http://codereview.chromium.org/4175001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/policy/policy_templates.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index ad90ba6..89ca271 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -142,7 +142,7 @@
'features': {'dynamic_refresh': 1},
'example_value': True,
}
- },
+ },
{
'name': 'JavascriptEnabled',
'type': 'main',
@@ -504,8 +504,8 @@
'name': 'ChromeOsLockOnIdleSuspend',
'type': 'main',
'annotations': {
- 'platforms': ['linux'], # Note this should be ChromeOs.
- 'products': ['chrome'],
+ 'platforms': ['chrome_os'],
+ 'products': ['chrome_os'],
'features': {'dynamic_refresh': 1},
'example_value': True,
}