| 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 79473dec710f93833c131fc1426f5152e7614b58..1345d6d92217d5e88b18ace594856fd7344998a5 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -266,9 +266,8 @@
|
| "type": "string",
|
| "enum": ["success", "error_unknown", "error_internal",
|
| "error_unknown_filesystem", "error_unsuported_filesystem",
|
| - "error_invalid_archive", "error_libcros_missing",
|
| - "error_authentication", "error_network",
|
| - "error_path_unmounted"],
|
| + "error_invalid_archive", "error_authentication",
|
| + "error_network", "error_path_unmounted"],
|
| "description": "Event type that tells listeners if mount was successful or an error occurred. It also specifies the error."
|
| },
|
| "sourcePath": {
|
|
|