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

Side by Side Diff: chrome/browser/resources/options/chromeos/accounts_options.html

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
1 <div id="accountsPage" class="page" hidden> 1 <dialog id="accountsPage" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="accountsPage"></h1> 3 <h1 i18n-content="accountsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div class="option"> 5 <div class="option">
6 <div id="ownerOnlyWarning" hidden> 6 <div id="ownerOnlyWarning" hidden>
7 <span i18n-content="owner_only"></span> 7 <span i18n-content="owner_only"></span>
8 <span i18n-content="ownerUserId"></span> 8 <span i18n-content="ownerUserId"></span>
9 </div> 9 </div>
10 <table class="option-control-table"> 10 <table class="option-control-table">
11 <tr> 11 <tr>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </table> 59 </table>
60 </div> 60 </div>
61 </div> 61 </div>
62 <div class="action-area"> 62 <div class="action-area">
63 <div class="button-strip"> 63 <div class="button-strip">
64 <button id="accounts-options-overlay-confirm" class="default-button" 64 <button id="accounts-options-overlay-confirm" class="default-button"
65 i18n-content="done"> 65 i18n-content="done">
66 </button> 66 </button>
67 </div> 67 </div>
68 </div> 68 </div>
69 </div> 69 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698