| Index: chrome/common/extensions/api/file_browser_private.json
|
| diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
|
| index ae9be830c27a5298eca148f9dc5d2bd931eee834..a5129329e736e9569a566e178bf0b7963c3c4b59 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -138,11 +138,11 @@
|
| "optional": true,
|
| "description": "The path to the mounted device, archive file or network resource."
|
| },
|
| - "mountType": {
|
| + "volumeType": {
|
| "type": "string",
|
| "optional": true,
|
| - "enum": ["device", "file", "network"],
|
| - "description": "Type of the mount."
|
| + "enum": ["drive", "downloads", "removable", "archive"],
|
| + "description": "Type of the mounted volume."
|
| },
|
| "mountCondition": {
|
| "type": "string",
|
| @@ -282,10 +282,10 @@
|
| "optional": true,
|
| "description": "Path that sourcePath was mounted to."
|
| },
|
| - "mountType": {
|
| + "volumeType": {
|
| "type": "string",
|
| - "enum": ["device", "file", "network", "drive"],
|
| - "description": "Type of the mount."
|
| + "enum": ["drive", "downloads", "removable", "archive"],
|
| + "description": "Type of the mounted volume."
|
| }
|
| }
|
| },
|
| @@ -741,11 +741,13 @@
|
| "type": "string",
|
| "description": "Mount point source. For compressed files it is relative file path within external file system"
|
| },
|
| + // TODO(hidehiko): After the refactoring, we won't need to request
|
| + // mounting the Drive. Then remove this param.
|
| {
|
| - "name": "mountType",
|
| + "name": "volumeType",
|
| "type": "string",
|
| - "enum": ["device", "file", "network", "drive"],
|
| - "description": "Mount point type. 'file' for compressed files"
|
| + "enum": ["drive", "archive"],
|
| + "description": "Type of the mounted volume"
|
| },
|
| {
|
| "name": "options",
|
|
|