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

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

Issue 839173003: Gallery: Fix enterMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/mosaic_mode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/gallery.js
diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js
index 899b7fffc553302fe1b5994297a379cc0d4280a1..191d2343db6066ff6d9ab092697c23cdab2572da 100644
--- a/ui/file_manager/gallery/js/gallery.js
+++ b/ui/file_manager/gallery/js/gallery.js
@@ -146,7 +146,7 @@ function Gallery(volumeManager) {
this.dataModel_,
this.selectionModel_,
this.volumeManager_,
- this.toggleMode_.bind(this));
+ this.toggleMode_.bind(this, undefined));
this.slideMode_ = new SlideMode(this.container_,
content,
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/mosaic_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698