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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 10391184: [FileBrowser] Migrated ComboButton to menu as dropdown. (Closed) Base URL: improved-actions-menu-126927
Patch Set: Merged with master. Created 8 years, 7 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 | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index 2d8afc3875a18003a139289ea8dad714e5358fc1..6f8943641cda924480e0bb875d8b40a6c9cd6f7c 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -123,6 +123,9 @@
i18n-content=GDATA_SHOW_HOSTED_FILES_OPTION></menuitem>
</menu>
+ <menu id="tasks-menu" class="chrome-menu">
+ </menu>
+
<div class=dialog-title invisibleif='full-page'>[TITLE]</div>
<div class=dialog-container>
<div class=dialog-sidebar>
@@ -151,7 +154,7 @@
</div>
<button class="menubutton" id="gdata-settings"
menu="#docs-settings" visibleif="full-page">
- <img src="images/settings.svg" alt="Settings">
+ <img src="images/settings.svg">
<span class="disclosureindicator"></span>
</button>
</div>
@@ -178,7 +181,8 @@
</div>
<div class=preview-summary></div>
<div class="right buttonbar" visibleif="full-page">
- <button id="tasks" class="combobutton"></button>
+ <button id="tasks" class="combobutton" menu="#tasks-menu">
+ </button>
<button id="delete-button" command="#delete"
i18n-content="DELETE_BUTTON_LABEL">
</button>
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698