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

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

Issue 79683004: Merge 234982 "[Files.app] Make the file-type dropbox at the bott..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years, 1 month 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/foreground/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
===================================================================
--- chrome/browser/resources/file_manager/main.html (revision 236391)
+++ chrome/browser/resources/file_manager/main.html (working copy)
@@ -396,7 +396,7 @@
</div>
<div class="right buttonbar" id="open-panel"
visibleif="open-file open-multi-file">
- <select class="file-type"></select>
+ <select class="file-type" hidden></select>
<button class="ok" disabled tabindex="7"></button>
<button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></button>
</div>
@@ -426,7 +426,7 @@
</div>
</div>
<div class="right buttonbar">
- <select class="file-type"></select>
+ <select class="file-type" hidden></select>
<button class="ok" disabled tabindex="11"></button>
<button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></button>
</div>
« no previous file with comments | « chrome/browser/resources/file_manager/foreground/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698