Index: ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
diff --git a/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js b/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
index 49edbe56c476888e6180b997757bbfe2afec1af1..c5f02015fa9919ba8e2a87c5681f631c1208dc24 100644 |
--- a/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
+++ b/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
@@ -49,13 +49,6 @@ function ThumbnailLoader(entry, opt_loaderType, opt_metadata, opt_mediaType, |
}; |
} |
- // If the file is on the drive and it is present, the file may be out of sync |
- // drive's thumbnail. So we don't use it. |
- if (opt_metadata.drive && opt_metadata.drive.present) { |
- opt_metadata = MetadataCache.cloneMetadata(opt_metadata); |
- opt_metadata.thumbnail = null; |
- } |
- |
if (opt_metadata.thumbnail && opt_metadata.thumbnail.url && |
opt_useEmbedded === ThumbnailLoader.UseEmbedded.USE_EMBEDDED) { |
this.thumbnailUrl_ = opt_metadata.thumbnail.url; |