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

Unified Diff: chrome/browser/resources/options2/chromeos/set_wallpaper_options.html

Issue 10375010: Implement user selected wallpaper feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: James' review Created 8 years, 7 months 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/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>

Powered by Google App Engine
This is Rietveld 408576698