Index: chrome/common/extensions/api/wallpaper.json |
diff --git a/chrome/common/extensions/api/wallpaper.json b/chrome/common/extensions/api/wallpaper.json |
index 644cac9917eb318fb9a51cc4afaac52e5daacf25..ce214504642f9aba94e9ef9fc68581a102d89ffe 100644 |
--- a/chrome/common/extensions/api/wallpaper.json |
+++ b/chrome/common/extensions/api/wallpaper.json |
@@ -60,7 +60,14 @@ |
} |
] |
} |
- ] |
+ ], |
+ "events": [ |
bshe
2015/03/16 14:02:40
this should go to wallpaper_private.json. Only our
|
+ { |
+ "name": "OnWallpaperChangedBy3rdParty", |
+ "type": "function", |
+ "description": "This event is sent when the current wallpaper was set by a third party application." |
+ } |
+ ] |
} |
] |