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

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

Issue 1215533003: Add a refresh button for providers which do not support watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 5 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/banners.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 77738dd921a24aafaff311abd23b6871908f163f..e74d638decebf1bfb0dbae855bc62961b7baa3df 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -54,6 +54,8 @@
<command id="rename" i18n-values="label:RENAME_BUTTON_LABEL"
shortcut="Enter-Ctrl">
<command id="delete" shortcut="U+007F">
+ <command id="refresh" i18n-values="label:REFRESH_BUTTON_LABEL"
+ shortcut="U+0042-Ctrl">
<command id="create-folder-shortcut"
i18n-values="label:CREATE_FOLDER_SHORTCUT_BUTTON_LABEL">
<command id="remove-folder-shortcut"
@@ -253,13 +255,19 @@
<span class="clear"></span>
</paper-input-container>
</div>
+ <button id="refresh-button" class="icon-button" tabindex="14"
+ i18n-values="aria-label:REFRESH_BUTTON_LABEL"
+ command="#refresh" has-tooltip>
+ <paper-ripple fit class="recenteringTouch"></paper-ripple>
+ <div class="icon"></div>
+ </button>
<div id="cloud-import-combo-button"
class="cloud-import-combo-button"
hidden>
<div class="buttons">
<button id="cloud-import-button"
class="icon-button manual-display"
- tabindex="14"
+ tabindex="15"
i18n-values="aria-label:CLOUD_IMPORT_COMMAND"
has-tooltip>
<iron-icon icon="cloud-queue"></iron-icon>
@@ -277,13 +285,13 @@
<files-toggle-ripple></files-toggle-ripple>
</div>
</div>
- <button id="view-button" class="icon-button" tabindex="15"
+ <button id="view-button" class="icon-button" tabindex="16"
i18n-values="aria-label:CHANGE_TO_THUMBNAILVIEW_BUTTON_LABEL"
has-tooltip>
<paper-ripple fit class="recenteringTouch"></paper-ripple>
<div class="icon"></div>
</button>
- <button id="sort-button" class="icon-button" tabindex="16"
+ <button id="sort-button" class="icon-button" tabindex="17"
menu="#sort-menu"
i18n-values="aria-label:SORT_BUTTON_TOOLTIP"
aria-activedescendant="sort-menu"
@@ -291,7 +299,7 @@
<files-toggle-ripple></files-toggle-ripple>
<div class="icon"></div>
</button>
- <button id="gear-button" class="icon-button" tabindex="17"
+ <button id="gear-button" class="icon-button" tabindex="18"
menu="#gear-menu"
i18n-values="aria-label:GEAR_BUTTON_TOOLTIP"
aria-activedescendant="gear-menu"
@@ -324,7 +332,7 @@
<div class="dialog-container">
<div class="dialog-navigation-list">
<div class="dialog-navigation-list-contents">
- <tree id="directory-tree" tabindex="18"></tree>
+ <tree id="directory-tree" tabindex="19"></tree>
</div>
<div class="dialog-navigation-list-footer">
<div id="progress-center" hidden>
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/banners.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698