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

Unified Diff: ui/file_manager/file_manager/common/js/util.js

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 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: ui/file_manager/file_manager/common/js/util.js
diff --git a/ui/file_manager/file_manager/common/js/util.js b/ui/file_manager/file_manager/common/js/util.js
index 9f16212bd99c5c5ead30938e5cfe20e8fbfda7b3..e6bf859fe07a3dd89c786b550fada83e0725da27 100644
--- a/ui/file_manager/file_manager/common/js/util.js
+++ b/ui/file_manager/file_manager/common/js/util.js
@@ -949,6 +949,7 @@ util.getRootTypeLabel = function(locationInfo) {
case VolumeManagerCommon.RootType.REMOVABLE:
case VolumeManagerCommon.RootType.MTP:
case VolumeManagerCommon.RootType.PROVIDED:
+ case VolumeManagerCommon.RootType.PLUGIN_PROVIDED:
return locationInfo.volumeInfo.label;
default:
console.error('Unsupported root type: ' + locationInfo.rootType);

Powered by Google App Engine
This is Rietveld 408576698