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

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

Issue 2588423005: Add policies for controlling the roaming profile status and location. (Closed)
Patch Set: Created 4 years 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 b7d88e6a2f01cac01d55b569a65b12c4663b8e3e..68aeb70d5a277af329698debcf3bcb27f5de1347 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2082,6 +2082,23 @@
]
},
+ "RoamingProfileSupportEnabled": {
+ "os": ["win"],
+ "test_policy": { "RoamingProfileSupportEnabled": true },
+ "pref_mappings": [
+ { "pref": "sync.enable_local_sync_backend" }
+ ]
+ },
+
+ "RoamingProfileLocation": {
+ "os": ["win"],
+ "test_policy": { "RoamingProfileLocation": "${roaming_app_data}" },
+ "pref_mappings": [
+ { "pref": "sync.local_sync_backend_dir" }
+ ]
+ },
+
+
"----- Chrome OS policies ------------------------------------------------": {},
"ChromeOsLockOnIdleSuspend": {

Powered by Google App Engine
This is Rietveld 408576698