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 8cca902c4dd78acb27cdb74348acbb480ceb1495..a81f2e679fe6a2c6f886587c7ae6474180416652 100644 |
--- a/chrome/common/extensions/api/wallpaper_private.json |
+++ b/chrome/common/extensions/api/wallpaper_private.json |
@@ -84,6 +84,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.", |