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 14205f19f309a0508ba811539280b7c8970af5e4..6a8828081dbe89657eb5f60a79e6d3085627f795 100644 |
--- a/chrome/common/extensions/api/wallpaper_private.json |
+++ b/chrome/common/extensions/api/wallpaper_private.json |
@@ -256,6 +256,13 @@ |
} |
] |
} |
+ ], |
+ "events": [ |
+ { |
+ "name": "onWallpaperChangedBy3rdParty", |
+ "type": "function", |
+ "description": "This event is sent when the current wallpaper was set by a third party application." |
+ } |
] |
} |
] |