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

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

Issue 946543002: Update LocationLine without IO. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 10 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: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index 18e244a098f79d2bec2f33a994094e10f7a994d3..0d46bf96ffee9899ac28d3fbb3cdf4a9e5b1a0b7 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -760,7 +760,6 @@ FileManager.prototype = /** @struct */ {
assertInstanceof(grid, FileGrid),
new LocationLine(
queryRequiredElement(dom, '#location-breadcrumbs'),
- this.fileSystemMetadata_,
this.volumeManager_));
// Handle UI events.
« no previous file with comments | « ui/file_manager/file_manager/common/js/util.js ('k') | ui/file_manager/file_manager/foreground/js/ui/location_line.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698