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

Unified Diff: chrome/browser/resources/file_manager/foreground/js/photo/gallery.js

Issue 130383003: Migrate from fullPath to Entry in the mosaic view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: chrome/browser/resources/file_manager/foreground/js/photo/gallery.js
diff --git a/chrome/browser/resources/file_manager/foreground/js/photo/gallery.js b/chrome/browser/resources/file_manager/foreground/js/photo/gallery.js
index 69fbcacfe16bb61194cb5256ada36a873ec39279..6190bf4e17027c62538efe25856e450778d0889b 100644
--- a/chrome/browser/resources/file_manager/foreground/js/photo/gallery.js
+++ b/chrome/browser/resources/file_manager/foreground/js/photo/gallery.js
@@ -219,6 +219,7 @@ Gallery.prototype.initDom_ = function() {
this.dataModel_,
this.selectionModel_,
this.metadataCache_,
+ this.volumeManager_,
this.toggleMode_.bind(this, null));
this.slideMode_ = new SlideMode(this.container_,

Powered by Google App Engine
This is Rietveld 408576698