Index: chrome/common/extensions/api/wallpaper.json |
diff --git a/chrome/common/extensions/api/wallpaper.json b/chrome/common/extensions/api/wallpaper.json |
index a810b853f5b3a3273f546a55b85af154805de4a8..644cac9917eb318fb9a51cc4afaac52e5daacf25 100644 |
--- a/chrome/common/extensions/api/wallpaper.json |
+++ b/chrome/common/extensions/api/wallpaper.json |
@@ -20,7 +20,7 @@ |
"name": "details", |
"type": "object", |
"properties": { |
- "wallpaperData": { |
+ "data": { |
"type": "binary", |
"optional": true, |
"description": "The jpeg or png encoded wallpaper image." |
@@ -35,7 +35,7 @@ |
"enum": [ "STRETCH", "CENTER", "CENTER_CROPPED" ], |
"description": "The supported wallpaper layouts." |
}, |
- "name": { |
+ "filename": { |
"type": "string", |
"description": "The file name of the saved wallpaper." |
}, |