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> |