Chromium Code Reviews| 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 7ad50f6c6324951f2f8d4c0687cacfd03c3b23d0..1cd288f281ca0a33dd9b680f2eb32ea76e53aa4f 100644 |
| --- a/chrome/common/extensions/api/wallpaper_private.json |
| +++ b/chrome/common/extensions/api/wallpaper_private.json |
| @@ -257,6 +257,13 @@ |
| } |
| ] |
| } |
| + ], |
| + "events": [ |
| + { |
| + "name": "OnWallpaperChangedBy3rdParty", |
|
not at google - send to devlin
2015/03/17 13:42:16
"on" not "On"
|
| + "type": "function", |
| + "description": "This event is sent when the current wallpaper was set by a third party application." |
| + } |
| ] |
| } |
| ] |