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

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

Issue 63673004: [Files.app] Make the file-type dropbox at the bottom hidden by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
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 d80f61c7bdfe352349dfcf5a8d1791dcd7555cc7..ea25c4c2f62e8b2575a498a2d9ecff803d3cb0de 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -391,7 +391,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>
@@ -421,7 +421,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>

Powered by Google App Engine
This is Rietveld 408576698