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

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

Issue 2711553002: Rename the LoginApps policy into DeviceLoginScreenAppInstallList (Closed)
Patch Set: Created 3 years, 10 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 eb55c5f6bfb385fc051d12c633c9b11232fc670e..7febadeb69bd6c2ead65357b370f5f605921151b 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -3034,11 +3034,11 @@
]
},
- "LoginApps": {
+ "DeviceLoginScreenAppInstallList": {
"os": ["chromeos"],
- "test_policy": { "LoginApps": [ "abcdefghijklmnopabcdefghijklmnop" ] },
+ "test_policy": { "DeviceLoginScreenAppInstallList": [ "abcdefghijklmnopabcdefghijklmnop" ] },
"pref_mappings": [
- { "pref": "cros.device.login_apps" }
+ { "pref": "cros.device.login_screen_app_install_list" }
]
},
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_provider.cc ('k') | chromeos/settings/cros_settings_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698