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

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

Issue 7471024: Formatting feature initial commit for ChromeOS Tree (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: newest (not working?) Created 9 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/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index f23e363d29e0a1b8583dbc9b0425ff968bca4814..d8e2bbcc01d7fc483512a8d718201eb896ab3b6d 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 mount path."
tbarzic 2011/07/29 17:43:18 Device's mount path.
sidor 2011/07/29 18:36:53 Done.
+ }
+ ]
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698