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

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

Issue 10413011: redo r137692 and r137791 which were speculatively reverted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « chrome/browser/resources/file_manager/main.html ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/file_browser_private.json
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
index 7aaae03a9b3444d3729c9f9f902caf3e556b2a35..4e90de18324dd8fbd2ff7e6bb8a776315be8fc11 100644
--- a/chrome/common/extensions/api/file_browser_private.json
+++ b/chrome/common/extensions/api/file_browser_private.json
@@ -414,16 +414,16 @@
{
"name": "getStrings",
"type": "function",
- "description": "Gets Strings.",
+ "description": "Gets localized strings and initialization data.",
"parameters": [
{
"type": "function",
- "name": "callback",
- "parameters": [
+ "name": "callback",
+ "parameters": [
{
"name": "result",
"type": "object",
- "additionalProperties": {"type": "string"}
+ "additionalProperties": { "type": "any" }
}
]
}
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698