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

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

Issue 10231010: gdata: Apply correct mount label when mounting archives in GData (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: gdata: Apply correct mount label when mounting archives in GData Created 8 years, 8 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/fileBrowserPrivate.json
diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json
index 179a93466a11caf0c85c76bac968afcb09471ff3..01453c4aa53de008de35417492c3bd7ac0791957 100644
--- a/chrome/common/extensions/api/fileBrowserPrivate.json
+++ b/chrome/common/extensions/api/fileBrowserPrivate.json
@@ -665,6 +665,17 @@
"type": "object",
"description": "Name/value pairs for source specific options",
"optional": true
tbarzic 2012/04/27 05:44:21 since callback is not optional, I'd remove this on
hshi 2012/04/27 18:48:56 Done.
+ },
+ {
+ "name": "callback",
+ "type": "function",
+ "parameters": [
+ {
+ "name": "sourcePath",
+ "type": "string",
+ "description": "Source path of the mount."
+ }
+ ]
}
]
},

Powered by Google App Engine
This is Rietveld 408576698