| Index: trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js
|
| ===================================================================
|
| --- trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js (revision 244077)
|
| +++ trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js (working copy)
|
| @@ -2605,6 +2605,7 @@
|
| if (this.commandHandler)
|
| this.commandHandler.updateAvailability();
|
| this.hideSpinnerLater_();
|
| + this.refreshCurrentDirectoryMetadata_();
|
|
|
| if (this.scanUpdatedTimer_) {
|
| clearTimeout(this.scanUpdatedTimer_);
|
| @@ -2696,6 +2697,7 @@
|
| * @private
|
| */
|
| FileManager.prototype.onRescanCompleted_ = function() {
|
| + this.refreshCurrentDirectoryMetadata_();
|
| this.selectionHandler_.onFileSelectionChanged();
|
| };
|
|
|
|
|