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

Unified Diff: ui/file_manager/gallery/js/slide_mode.js

Issue 976713004: Add thumbnailMetadataItem to GalleryItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 10 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/gallery/js/slide_mode.js
diff --git a/ui/file_manager/gallery/js/slide_mode.js b/ui/file_manager/gallery/js/slide_mode.js
index e04be8a3ee93ba7699cfd27e9ac9990c5c94d0b9..e5efc167bc3fd2ff463db1e9f63b9b8ff54492e4 100644
--- a/ui/file_manager/gallery/js/slide_mode.js
+++ b/ui/file_manager/gallery/js/slide_mode.js
@@ -99,13 +99,6 @@ function SlideMode(container, content, toolbar, prompt, errorBanner, dataModel,
this.volumeManager_ = volumeManager;
/**
- * @type {!MetadataCache}
- * @private
- * @const
- */
- this.metadataCache_ = context.metadataCache;
-
- /**
* @type {function(function())}
* @private
* @const
« ui/file_manager/gallery/js/gallery.js ('K') | « ui/file_manager/gallery/js/mosaic_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698