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

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

Issue 49863002: Fix wallpaper picker crash in debug build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 49f5955b32d4ab9dc57c6fa9df74b08a4f3aa826..23159062a8cbd548e454d4e6e4d87e11531dee7b 100644
--- a/chrome/common/extensions/api/wallpaper_private.json
+++ b/chrome/common/extensions/api/wallpaper_private.json
@@ -21,7 +21,7 @@
{
"name": "getStrings",
"type": "function",
- "description": "Gets translated strings.",
+ "description": "Gets translated strings and initialization data.",
"nodoc": "true",
"parameters": [
{
@@ -31,7 +31,7 @@
{
"name": "result",
"type": "object",
- "additionalProperties": {"type": "string"}
+ "additionalProperties": {"type": "any"}
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698