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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="set-wallpaper-page" class="page" hidden>
2 <h1 i18n-content="setWallpaperPage"></h1>
3 <div class="content-area">
4 <span i18n-content="setWallpaperPageDescription"></span>
5 <grid id="wallpaper-grid" class="image-picker"></grid>
6 </div>
7 <div class="action-area">
8 <div class="button-strip">
9 <button id="set-wallpaper-overlay-confirm" i18n-content="ok"></button>
10 </div>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698