Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6617)

Unified Diff: chrome/common/extensions/api/wallpaper_private.json

Issue 12769017: Add delete context menu for custom wallpapers and some ui tweaks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.",

Powered by Google App Engine
This is Rietveld 408576698