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

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

Issue 559583002: change chrome.wallpaper.setWallpaper api (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.json
diff --git a/chrome/common/extensions/api/wallpaper.json b/chrome/common/extensions/api/wallpaper.json
index a810b853f5b3a3273f546a55b85af154805de4a8..644cac9917eb318fb9a51cc4afaac52e5daacf25 100644
--- a/chrome/common/extensions/api/wallpaper.json
+++ b/chrome/common/extensions/api/wallpaper.json
@@ -20,7 +20,7 @@
"name": "details",
"type": "object",
"properties": {
- "wallpaperData": {
+ "data": {
"type": "binary",
"optional": true,
"description": "The jpeg or png encoded wallpaper image."
@@ -35,7 +35,7 @@
"enum": [ "STRETCH", "CENTER", "CENTER_CROPPED" ],
"description": "The supported wallpaper layouts."
},
- "name": {
+ "filename": {
"type": "string",
"description": "The file name of the saved wallpaper."
},
« no previous file with comments | « chrome/browser/chromeos/extensions/wallpaper_api.cc ('k') | chrome/common/extensions/docs/templates/intros/wallpaper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698