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

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

Issue 132683004: [Files.app] Change sort timing during metadata fetch (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/file_manager.js
diff --git a/chrome/browser/resources/file_manager/foreground/js/file_manager.js b/chrome/browser/resources/file_manager/foreground/js/file_manager.js
index d0e1b6c1cb41c26b10975c308c897fb17c1527e4..6a7ad9d4dadc488ac10c2ede70a4c26ed5df2c11 100644
--- a/chrome/browser/resources/file_manager/foreground/js/file_manager.js
+++ b/chrome/browser/resources/file_manager/foreground/js/file_manager.js
@@ -2605,7 +2605,6 @@ var BOTTOM_MARGIN_FOR_PREVIEW_PANEL_PX = 52;
if (this.commandHandler)
this.commandHandler.updateAvailability();
this.hideSpinnerLater_();
- this.refreshCurrentDirectoryMetadata_();
if (this.scanUpdatedTimer_) {
clearTimeout(this.scanUpdatedTimer_);
@@ -2697,7 +2696,6 @@ var BOTTOM_MARGIN_FOR_PREVIEW_PANEL_PX = 52;
* @private
*/
FileManager.prototype.onRescanCompleted_ = function() {
- this.refreshCurrentDirectoryMetadata_();
this.selectionHandler_.onFileSelectionChanged();
};

Powered by Google App Engine
This is Rietveld 408576698