Chromium Code Reviews| Index: chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| index 3be1abe4b8ed13c861abfa0007a6fc9eac28a80c..b696b58a3a5c29427c9d9e726c57a1e535f4933b 100644 |
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| @@ -69,7 +69,7 @@ found in the LICENSE file. |
| <div class="page"> |
| <div id="close-wallpaper-selection" class="close-overlay"></div> |
| <div id="content"> |
| - <input id="file-selector" type="file" size="80" accept="image/jpeg"> |
| + <input id="file-selector" type="file" size="80" accept="image/jpeg, image/png"> |
|
Nikita (slow)
2013/06/13 13:03:33
nit: 80 chars limit, please move accept attribute
bshe
2013/06/14 18:12:18
Done.
|
| <div i18n-content="positionLabel"></div> |
| <select id="set-wallpaper-layout" disabled> |
| <option value="CENTER" i18n-content="centerLayout"></option> |