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 3df4f0c07b885b4baa63293a1d5fcfa0dfc44dea..5e8c27acd85aaabaadd38d7712b69ade8c2e688e 100644 |
| --- a/chrome/common/extensions/api/wallpaper_private.json |
| +++ b/chrome/common/extensions/api/wallpaper_private.json |
| @@ -275,6 +275,11 @@ |
| { |
| "name": "layout", |
| "$ref": "wallpaper.WallpaperLayout" |
| + }, |
| + { |
| + "type": "string", |
| + "name": "appName", |
| + "description": "The third party wallpaper app name." |
| } |
| ] |
| } |