Index: chrome/common/extensions/api/wallpaper_private.json |
diff --git a/chrome/common/extensions/api/wallpaper_private.json b/chrome/common/extensions/api/wallpaper_private.json |
index b2b6c933f47a7059ab6f02bd2b7a3dfbf65f8054..3df4f0c07b885b4baa63293a1d5fcfa0dfc44dea 100644 |
--- a/chrome/common/extensions/api/wallpaper_private.json |
+++ b/chrome/common/extensions/api/wallpaper_private.json |
@@ -260,7 +260,23 @@ |
{ |
"name": "onWallpaperChangedBy3rdParty", |
"type": "function", |
- "description": "This event is sent when the current wallpaper was set by a third party application." |
+ "description": "This event is sent when the current wallpaper was set by a third party application.", |
+ "parameters": [ |
+ { |
+ "type": "binary", |
+ "name": "wallpaper", |
+ "description": "The third party custom wallpaper data." |
+ }, |
+ { |
+ "type": "binary", |
+ "name": "thumbnail", |
+ "description": "The third party custom wallpaper thumbnail data." |
+ }, |
+ { |
+ "name": "layout", |
+ "$ref": "wallpaper.WallpaperLayout" |
+ } |
+ ] |
} |
] |
} |