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

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

Issue 409353002: Files.app: handle UNSUPPORTED_FILESYSTEM errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 6 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/file_browser_private.idl
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
index 0a4a7a6a82263c05d03d588cc0aa112ccb1a4444..63bdf60c624590fe801e70b3ff06b3a20bd92031 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -39,7 +39,7 @@ enum MountCompletedStatus {
error_mount_program_failed,
error_invalid_device_path,
error_unknown_filesystem,
- error_unsuported_filesystem,
+ error_unsupported_filesystem,
error_invalid_archive,
error_authentication,
error_path_unmounted

Powered by Google App Engine
This is Rietveld 408576698