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..c48579118da8c235dee021ec9ee31e2529e5b2d9 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", |
|
tbarzic
2016/01/28 20:10:48
nit: capital N
|
| + "description": "The third party wallpaper app name." |
| } |
| ] |
| } |