| 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 45e59683405c2266cb93494bd05552da7b58bea4..8b3ae3f11f33c6b4eb8740145aac7c2aeb77913f 100644
|
| --- a/chrome/browser/resources/file_manager/foreground/js/photo/gallery.js
|
| +++ b/chrome/browser/resources/file_manager/foreground/js/photo/gallery.js
|
| @@ -659,7 +659,9 @@ Gallery.prototype.updateSelectionAndState_ = function() {
|
| selectedItems.length);
|
| }
|
|
|
| - window.top.util.updateAppState(path,
|
| + window.top.util.updateAppState(
|
| + null, // Keep the current directory.
|
| + path, // Update the selection.
|
| {gallery: (this.currentMode_ === this.mosaicMode_ ? 'mosaic' : 'slide')});
|
|
|
| // We can't rename files in readonly directory.
|
|
|