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

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

Issue 9703031: Retry landing "Enable users change desktop background image from settings page in Chromeos Aura bui… (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge to trunk Created 8 years, 9 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
new file mode 100644
index 0000000000000000000000000000000000000000..2aec5d8caa212bf9642d7fb18d345eb72e491929
--- /dev/null
+++ b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.html
@@ -0,0 +1,12 @@
+<div id="set-wallpaper-page" class="page" hidden>
+ <h1 i18n-content="setWallpaperPage"></h1>
+ <div class="content-area">
+ <span i18n-content="setWallpaperPageDescription"></span>
+ <grid id="wallpaper-grid" class="image-picker"></grid>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="set-wallpaper-overlay-confirm" i18n-content="ok"></button>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698