Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: chrome/common/extensions/api/wallpaper_private.json

Issue 1631923004: Sync 3rd party wallpaper app name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address tbarzic@'s comments. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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."
}
]
}

Powered by Google App Engine
This is Rietveld 408576698