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

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, 6 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 d45e429af7bbcf9b56c4f4842aaf5e4ce2cb4b8c..67dbebf97132502c19bcad1db443b39b7beb0f14 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2243,6 +2243,14 @@
"KeyPermissions": {
},
+ "HardwareAccelerationModeEnabled": {
+ "os": ["win", "linux", "mac", "chromeos", "android"],
+ "test_policy": { "HardwareAccelerationModeEnabled": false },
+ "pref_mappings": [
+ { "pref": "hardware_acceleration_mode.enabled" }
bartfab (slow) 2015/07/01 09:16:54 Since this pref is exposed in chrome://settings, p
Zhenyao Mo 2015/07/01 17:56:07 I read the documentation and also examples in this
bartfab (slow) 2015/07/08 12:40:33 You do not need to worry about |indicator_test_set
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {

Powered by Google App Engine
This is Rietveld 408576698