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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 1217333002: Add a group policy for hardware acceleration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index e3d6a20daf701d860c7d78260c2a1050381ac432..6bcdec0ba0750df49a2adec47947f94a0cb81d92 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2253,6 +2253,20 @@
"KeyPermissions": {
},
+ "HardwareAccelerationModeEnabled": {
+ "os": ["win", "linux", "mac"],
+ "test_policy": { "HardwareAccelerationModeEnabled": true },
+ "pref_mappings": [
+ { "pref": "hardware_acceleration_mode.enabled",
+ "local_state": true,
+ "indicator_tests": [
+ { "policy": { "HardwareAccelerationModeEnabled": true } },
+ { "policy": { "HardwareAccelerationModeEnabled": false } }
+ ]
+ }
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698