Chromium Code Reviews| 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." |
| + } |
| + ] |
| } |
| ] |
| }, |