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

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

Issue 2544693002: [Chrome OS] Add a chrome os device wallpaper policy. (Closed)
Patch Set: Address pastarmovj@'s 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 63b3be9ad4b965bea202ac24c55ca75c0d98e919..c065b5c1edaa0e5571aedbdf23c5346c25b07353 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -3023,6 +3023,19 @@
]
},
+ "DeviceWallpaperImage": {
+ "os": ["chromeos"],
+ "test_policy": {
+ "DeviceWallpaperImage": {
+ "url": "http://localhost/",
+ "hash": "examplewallpaperhash"
+ }
+ },
+ "pref_mappings": [
+ { "pref": "cros.device_wallpaper_image" }
+ ]
+ },
+
"----- Chrome Frame policies -------------------------------------------": {},
"ChromeFrameRendererSettings": {
« 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