Chromium Code Reviews| Index: chrome/common/extensions/api/extension_api.json |
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json |
| index f23e363d29e0a1b8583dbc9b0425ff968bca4814..108273807c3ef6a70bdc1593971e397dc1bf7dab 100644 |
| --- a/chrome/common/extensions/api/extension_api.json |
| +++ b/chrome/common/extensions/api/extension_api.json |
| @@ -5756,6 +5756,17 @@ |
| ] |
| } |
| ] |
| + }, |
| + { |
| + "name": "formatDevice", |
| + "description": "Formats a mounted device", |
| + "parameters": [ |
| + { |
| + "name": "mountPath", |
| + "type": "string", |
| + "description": "Device's mount path." |
| + } |
|
asargent_no_longer_on_chrome
2011/07/29 23:14:19
I'm sort of surprised not to see a callback here -
sidor.dev
2011/07/29 23:28:27
Replied under other comment - in general it send's
|
| + ] |
| } |
| ], |
| "events": [ |