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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 884183006: Files.app: Add UI to toggle and clear item selection. (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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_table.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index ecc0afb068f4890b3e77b7b1f521a50de02c5f33..8a28503cf578925ab2a908b318532cbc75313500 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -131,6 +131,7 @@
<script src="foreground/js/share_client.js"></script>
<script src="foreground/js/spinner_controller.js"></script>
<script src="foreground/js/task_controller.js"></script>
+ <script src="foreground/js/toolbar_controller.js"></script>
<script src="foreground/js/thumbnail_loader.js"></script>
<script src="foreground/js/ui/banners.js"></script>
<script src="foreground/js/ui/conflict_dialog.js"></script>
@@ -301,6 +302,10 @@
<div class="dialog-header">
<div id="location-breadcrumbs" class="breadcrumbs"></div>
+ <paper-button id="cancel-selection-button">
+ <core-icon icon="arrow-back" style="width:16px; height:16px"></core-icon>
+ <span i18n-content="CANCEL_SELECTION_BUTTON_LABEL"></span>
+ </paper-button>
<div id="files-selected-label"></div>
<div class="spacer"></div>
<button id="tasks" class="combobutton" menu="#tasks-menu"
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_table.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698