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

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

Issue 928353002: Files.app: Update toolbar layout and icons on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. 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/ui/location_line.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/location_line.js b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
index 6aca26b985db73c8cd2bfe82fa9782ffa5c4152a..b8017ba54e15c555e060c53b8b31e281277add3f 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/location_line.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
@@ -151,8 +151,7 @@ LocationLine.prototype.updateInternal_ = function(entries) {
}
// Add a separator.
- var separator = doc.createElement('core-icon');
- separator.setAttribute('icon', 'chevron-right');
+ var separator = doc.createElement('span');
separator.className = 'separator';
this.breadcrumbs_.appendChild(separator);
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js ('k') | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698