| 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 c4efae6d2895f43eb23bcf3baa4277063e244d10..d64b40bd4a9163d49223540a0e3398348adf5225 100644
|
| --- a/chrome/common/extensions/api/wallpaper_private.json
|
| +++ b/chrome/common/extensions/api/wallpaper_private.json
|
| @@ -44,6 +44,17 @@
|
| {
|
| "type": "string",
|
| "name": "url"
|
| + },
|
| + {
|
| + "type": "function",
|
| + "name": "callback",
|
| + "parameters": [
|
| + {
|
| + "name": "error",
|
| + "type": "object",
|
| + "additionalProperties": {"type": "string"}
|
| + }
|
| + ]
|
| }
|
| ]
|
| },
|
| @@ -61,6 +72,17 @@
|
| "type": "string",
|
| "name": "layout",
|
| "enum": [ "STRETCH", "CENTER", "CENTER_CROPPED"]
|
| + },
|
| + {
|
| + "type": "function",
|
| + "name": "callback",
|
| + "parameters": [
|
| + {
|
| + "name": "error",
|
| + "type": "object",
|
| + "additionalProperties": {"type": "string"}
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|