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

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

Issue 10828042: Extensions Docs Server: Integration testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for CQ Created 8 years, 5 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/file_browser_handler.json
diff --git a/chrome/common/extensions/api/file_browser_handler.json b/chrome/common/extensions/api/file_browser_handler.json
index a50c2f58053a6f971aa1946b92128f3d46cc0baf..52855d3825f5c37599456ada5591f1bbf92a3011 100644
--- a/chrome/common/extensions/api/file_browser_handler.json
+++ b/chrome/common/extensions/api/file_browser_handler.json
@@ -61,7 +61,7 @@
"type": "string",
"description": "Suggested name for the file."
}
- }
+ }
},
{
"name": "callback",
@@ -80,6 +80,7 @@
"entry": {
"type": "object",
"constructor": "Entry",
+ "additionalProperties": { "type": "any" },
"optional": true,
"description": "Selected file entry. It will be null if a file hasn't been selected."
}

Powered by Google App Engine
This is Rietveld 408576698