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

Unified Diff: chrome/browser/resources/file_manager/js/volume_manager.js

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/browser/resources/file_manager/js/volume_manager.js
diff --git a/chrome/browser/resources/file_manager/js/volume_manager.js b/chrome/browser/resources/file_manager/js/volume_manager.js
index 8cb15fcc5d7380bb2793001679fd24caad1d8492..a8b7472eba82db6c946336178b93272d7ae582bc 100644
--- a/chrome/browser/resources/file_manager/js/volume_manager.js
+++ b/chrome/browser/resources/file_manager/js/volume_manager.js
@@ -48,7 +48,6 @@ VolumeManager.Error = {
UNKNOWN_FILESYSTEM: 'error_unknown_filesystem',
UNSUPPORTED_FILESYSTEM: 'error_unsupported_filesystem',
INVALID_ARCHIVE: 'error_invalid_archive',
- LIBCROS_MISSING: 'error_libcros_missing',
AUTHENTICATION: 'error_authentication',
PATH_UNMOUNTED: 'error_path_unmounted'
};

Powered by Google App Engine
This is Rietveld 408576698