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

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

Issue 10617004: chromeos: Remove "error_libcros_missing" error from file browser private API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/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": {

Powered by Google App Engine
This is Rietveld 408576698