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

Side by Side Diff: chrome/browser/resources/sync_setup_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="sync-setup-overlay" class="page" hidden> 1 <dialog id="sync-setup-overlay" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <div id="sync-setup-configure" hidden> 3 <div id="sync-setup-configure" hidden>
4 <div id="confirm-sync-preferences"> 4 <div id="confirm-sync-preferences">
5 <h1 i18n-content="confirmSyncPreferences"></h1> 5 <h1 i18n-content="confirmSyncPreferences"></h1>
6 <div id="sync-instructions-container" class="content-area"> 6 <div id="sync-instructions-container" class="content-area">
7 <span i18n-content="chooseDataTypesInstructions"></span> 7 <span i18n-content="chooseDataTypesInstructions"></span>
8 <a id="encryption-help-link" target="_blank" 8 <a id="encryption-help-link" target="_blank"
9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore">
10 </a> 10 </a>
11 </div> 11 </div>
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 <div class="content-area"> 225 <div class="content-area">
226 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> 226 <span i18n-values=".innerHTML:stopSyncingExplanation"></span>
227 </div> 227 </div>
228 <div class="action-area button-strip"> 228 <div class="action-area button-strip">
229 <input id="stop-syncing-cancel" type="button" 229 <input id="stop-syncing-cancel" type="button"
230 i18n-values="value:cancel"> 230 i18n-values="value:cancel">
231 <input id="stop-syncing-ok" type="button" 231 <input id="stop-syncing-ok" type="button"
232 i18n-values="value:stopSyncingConfirm"> 232 i18n-values="value:stopSyncingConfirm">
233 </div> 233 </div>
234 </div> 234 </div>
235 </div> 235 </dialog>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/startup_overlay.html ('k') | ui/webui/resources/css/dialog_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698