[freezing] Update list of platforms for TabFreezingEnabled enterprise policy.
Tab freezing will ship on all desktop platforms, so the enterprise
policy to disable it should be available on all desktop platforms.
Bug: 844426
Change-Id: I0e2cfc34a34297ae48fd539d9534d6e11f56fa3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883870
Reviewed-by: Owen Min <zmin@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710920}
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 4889ab8..a1fefb9 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -32,7 +32,7 @@
},
"TabFreezingEnabled": {
- "os": ["win"],
+ "os": ["win", "linux", "mac", "chromeos"],
"official_only": true,
"test_policy": { "TabFreezingEnabled": false },
"pref_mappings": [
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 5f26f4b..711c647 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -15966,9 +15966,9 @@
'owners': ['catan-team@chromium.org'],
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.win:79-'],
+ 'supported_on': ['chrome.*:79-', 'chrome_os:79-'],
'features': {
- 'dynamic_refresh': False,
+ 'dynamic_refresh': True,
'per_profile': False,
},
'example_value': False,