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

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

Issue 2267653002: Add ExternalStorageReadOnly profile value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to policy-to-preference map. Created 4 years, 4 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 1c043ae7118ca0ced5a600052bf8678d3615a7a3..6b1f257ae508562caf09e728f17c0209e0758796 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2058,6 +2058,14 @@
]
},
+ "ExternalStorageReadOnly": {
+ "os": ["chromeos"],
+ "test_policy": { "ExternalStorageReadOnly": true },
+ "pref_mappings": [
+ { "pref": "hardware.external_storage_read_only" }
+ ]
+ },
+
"AudioOutputAllowed": {
"os": ["chromeos"],
"test_policy": { "AudioOutputAllowed": true },

Powered by Google App Engine
This is Rietveld 408576698