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

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

Issue 2544693002: [Chrome OS] Add a chrome os device wallpaper policy. (Closed)
Patch Set: Rebase. Modify the proto to be consistent with existing user wallpaper image proto. 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..dce735fb0e771cb0eb76c155b2363b07945760e3 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": "examplewallpaperexamplewallpaperexamplewallpaperexamplewallpaper"
pastarmovj 2016/12/14 10:55:02 nit: does this have to be so long to be accepted b
xdai1 2016/12/14 18:22:25 It doesn't have to be so long to pass the test, so
+ }
+ },
+ "pref_mappings": [
+ { "pref": "cros.device_wallpaper_image" }
+ ]
+ },
+
"----- Chrome Frame policies -------------------------------------------": {},
"ChromeFrameRendererSettings": {

Powered by Google App Engine
This is Rietveld 408576698