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"} |
} |
] |
} |