| 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 48dc4c44858219aab92bcca8dd5081737ab16026..f897134ac8ceb6eb207bf93723a05b492c68ce1b 100644
|
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| @@ -63,10 +63,11 @@ found in the LICENSE file.
|
| <div i18n-content="selectCustomLabel"></div>
|
| <input id="file-selector" type="file">
|
| <div i18n-content="positionLabel"></div>
|
| - <select>
|
| - <option>Fill Screen</option>
|
| - <option>Center</option>
|
| - <option>Stretch</option>
|
| + <select id="set-wallpaper-layout">
|
| + <option value="CENTER" i18n-content="centerLayout"></option>
|
| + <option selected="selected" value="CENTER_CROPPED"
|
| + i18n-content="centerCroppedLayout"></option>
|
| + <option value="STRETCH" i18n-content="stretchLayout"></option>
|
| </select>
|
| <div i18n-content="previewLabel"></div>
|
| <img id="preview">
|
|
|