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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/breadcrumbs_controller.js

Issue 529413002: Rename DriveProvider to ExternalProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 6 years, 3 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/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;
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/thumbnail_loader.js ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698