Index: ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js b/ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js |
index 1e8c601c688a374513233f61b4a70c6772bc8269..1c29c8ba299ac547549066bdec75804b4ec65fde 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js |
@@ -61,7 +61,7 @@ BreadcrumbsController.prototype.show = function(entry) { |
if (entryLocationInfo.isRootEntry && |
entryLocationInfo.rootType === |
VolumeManagerCommon.RootType.DRIVE_OTHER) { |
- this.metadataCache_.getOne(previousEntry, 'drive', function(result) { |
+ this.metadataCache_.getOne(previousEntry, 'external', function(result) { |
if (result && result.sharedWithMe) { |
// Adds the shared-with-me entry instead. |
var driveVolumeInfo = entryLocationInfo.volumeInfo; |