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

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

Issue 1566713005: Make the third party wallpaper syncable through different devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO Created 4 years, 11 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
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b2b6c933f47a7059ab6f02bd2b7a3dfbf65f8054..3df4f0c07b885b4baa63293a1d5fcfa0dfc44dea 100644
--- a/chrome/common/extensions/api/wallpaper_private.json
+++ b/chrome/common/extensions/api/wallpaper_private.json
@@ -260,7 +260,23 @@
{
"name": "onWallpaperChangedBy3rdParty",
"type": "function",
- "description": "This event is sent when the current wallpaper was set by a third party application."
+ "description": "This event is sent when the current wallpaper was set by a third party application.",
+ "parameters": [
+ {
+ "type": "binary",
+ "name": "wallpaper",
+ "description": "The third party custom wallpaper data."
+ },
+ {
+ "type": "binary",
+ "name": "thumbnail",
+ "description": "The third party custom wallpaper thumbnail data."
+ },
+ {
+ "name": "layout",
+ "$ref": "wallpaper.WallpaperLayout"
+ }
+ ]
}
]
}
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698