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

Side by Side Diff: chrome/browser/resources/options/factory_reset_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="factory-reset-overlay" class="page" hidden> 1 <dialog id="factory-reset-overlay" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="factoryResetHeading"></h1> 3 <h1 i18n-content="factoryResetHeading"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <span i18n-content="factoryResetWarning"></span> 5 <span i18n-content="factoryResetWarning"></span>
6 <a i18n-values="href:factoryResetHelpUrl" 6 <a i18n-values="href:factoryResetHelpUrl"
7 i18n-content="errorLearnMore" target="_blank"></a> 7 i18n-content="errorLearnMore" target="_blank"></a>
8 </div> 8 </div>
9 <div class="action-area button-strip"> 9 <div class="action-area button-strip">
10 <button id="factory-reset-data-dismiss" i18n-content="cancel"> 10 <button id="factory-reset-data-dismiss" i18n-content="cancel">
11 </button> 11 </button>
12 <button id="factory-reset-data-restart" class="default-button" 12 <button id="factory-reset-data-restart" class="default-button"
13 i18n-content="factoryResetDataRestart"> 13 i18n-content="factoryResetDataRestart">
14 </button> 14 </button>
15 </div> 15 </div>
16 </div> 16 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698