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

Side by Side Diff: chrome/browser/resources/options/manage_profile_overlay.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="manage-profile-overlay" class="page" hidden> 1 <dialog id="manage-profile-overlay" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <!-- Dialog for managing profiles. --> 3 <!-- Dialog for managing profiles. -->
4 <div id="manage-profile-overlay-manage" hidden> 4 <div id="manage-profile-overlay-manage" hidden>
5 <h1 i18n-content="manageProfile"></h1> 5 <h1 i18n-content="manageProfile"></h1>
6 <div id="manage-profile-content" class="content-area"> 6 <div id="manage-profile-content" class="content-area">
7 <div id="manage-profile-icon-label" 7 <div id="manage-profile-icon-label"
8 i18n-content="manageProfilesIconLabel"> 8 i18n-content="manageProfilesIconLabel">
9 </div> 9 </div>
10 <grid id="manage-profile-icon-grid"></grid> 10 <grid id="manage-profile-icon-grid"></grid>
11 <div id="manage-profile-name-input-container"> 11 <div id="manage-profile-name-input-container">
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <div class="action-area"> 122 <div class="action-area">
123 <div id="create-profile-throbber" class="throbber"></div> 123 <div id="create-profile-throbber" class="throbber"></div>
124 <div class="button-strip"> 124 <div class="button-strip">
125 <button id="create-profile-cancel" i18n-content="cancel"></button> 125 <button id="create-profile-cancel" i18n-content="cancel"></button>
126 <button id="create-profile-ok" i18n-content="createProfileConfirm" 126 <button id="create-profile-ok" i18n-content="createProfileConfirm"
127 class="default-button"> 127 class="default-button">
128 </button> 128 </button>
129 </div> 129 </div>
130 </div> 130 </div>
131 </div> 131 </div>
132 </div> 132 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698