| Index: chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
|
| diff --git a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
|
| index d4a435b44d7ddb0830622018afc840ac308327bf..2148a96f2213ed2706a9c62fbda18aa2bbd895a0 100644
|
| --- a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
|
| +++ b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
|
| @@ -9,7 +9,7 @@
|
| </div>
|
| <div class="bottom-bar">
|
| <div class="image-attr">
|
| - <span i18n-content="setWallpaperAuthor"></span>
|
| + <span id="attribution-label" i18n-content="setWallpaperAuthor"></span>
|
| <strong id="author-name"></strong>
|
| <span id="author-website"></span>
|
| </div>
|
| @@ -23,6 +23,9 @@
|
| <div class="spacer"></div>
|
| <div class="button-strip">
|
| <button id="set-wallpaper-overlay-confirm" i18n-content="ok"></button>
|
| + <button id="set-custom-wallpaper" i18n-content="customWallpaper">
|
| + </button>
|
| + <select id="set-wallpaper-layout" hidden></select>
|
| </div>
|
| </div>
|
| </div>
|
|
|