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

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: Added dependency on cros change 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 b7cef603abf4529a894d208bbd056acda7352226..f93a6479a4eea19d61acd2b63740600245bc1f88 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -5485,6 +5485,17 @@
"description": "Device path of the volume."
}
]
+ },
+ {
+ "name": "formatDevice",
+ "description": "Formats a mounted device",
+ "parameters": [
+ {
+ "name": "mountPath",
+ "type": "string",
+ "description": "Device mount path."
+ }
+ ]
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698