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

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

Issue 873703003: Update the visual design of Files.app's toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. 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
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 4fc8717f2bcc1b17e36b6ca11e571f9e48bb177a..2d579af632a7049cf5c6d4af15e4a7755a979916 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -759,7 +759,6 @@ FileManager.prototype = /** @struct */ {
this.historyLoader_),
new LocationLine(
queryRequiredElement(dom, '#location-breadcrumbs'),
- queryRequiredElement(dom, '#location-volume-icon'),
this.metadataCache_,
this.volumeManager_));

Powered by Google App Engine
This is Rietveld 408576698