| 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 41e8ebdb33730942f2233cb259726ef539f1e61d..bb8ca78848583fb6b6fc649cb3ea8cfe40943fe7 100644
|
| --- a/chrome/common/extensions/api/wallpaper_private.json
|
| +++ b/chrome/common/extensions/api/wallpaper_private.json
|
| @@ -89,6 +89,13 @@
|
| ]
|
| },
|
| {
|
| + "name": "resetWallpaper",
|
| + "type": "function",
|
| + "description": "Clears current user's active custom wallpaper and changes to default wallpaper.",
|
| + "nodoc": "true",
|
| + "parameters": []
|
| + },
|
| + {
|
| "name": "setCustomWallpaper",
|
| "type": "function",
|
| "description": "Sets wallpaper to the image from local file with specified layout and returns thumbnail if needed.",
|
|
|