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

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: Address comments. 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 4c5cf7dd6603a5b788a4078ddd0ee961f0a06b2c..00dd1324438e30c69022f709b915337d853001ca 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2044,6 +2044,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": {
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698