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

Side by Side Diff: chrome/browser/resources/options2/chromeos/change_picture_options.html

Issue 9382032: [uber page] Migrate the change picture sub-page to a dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="change-picture-page" class="page" hidden> 1 <div id="change-picture-page" class="page" hidden>
2 <header><h1 i18n-content="changePicturePage"></h1></header> 2 <h1 i18n-content="changePicturePage"></h1>
3 <span i18n-content="changePicturePageDescription"></span> 3 <div class="content-area">
4 <grid id="images-grid"></grid> 4 <span i18n-content="changePicturePageDescription"></span>
5 <grid id="images-grid"></grid>
6 </div>
7 <div class="action-area">
8 <div class="button-strip">
9 <button id="change-picture-overlay-confirm" i18n-content="ok"></button>
10 </div>
11 </div>
5 </div> 12 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698