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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 14924002: WebUI for Profile Settings Reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 7 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="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 i18n-content="gpuModeCheckbox"> 708 i18n-content="gpuModeCheckbox">
709 </label> 709 </label>
710 <span id="gpu-mode-reset-restart" 710 <span id="gpu-mode-reset-restart"
711 i18n-values=".innerHTML:gpuModeResetRestart"> 711 i18n-values=".innerHTML:gpuModeResetRestart">
712 </span> 712 </span>
713 </span> 713 </span>
714 </span> 714 </span>
715 </div> 715 </div>
716 </section> 716 </section>
717 </if> 717 </if>
718 <section id="reset-profile-settings-section" hidden>
719 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
720 <div>
721 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
722 </span>
723 <button id="reset-profile-settings-button"
724 i18n-content="resetProfileSettingsButton">
James Hawkins 2013/05/23 18:26:02 Missing closing </button>
battre 2013/05/24 09:15:46 Done.
725 </div>
726 </section>
718 </div> <!-- advanced-settings-container --> 727 </div> <!-- advanced-settings-container -->
719 </div> <!-- advanced-settings --> 728 </div> <!-- advanced-settings -->
720 <footer> 729 <footer>
721 <button id="advanced-settings-expander" class="link-button" 730 <button id="advanced-settings-expander" class="link-button"
722 i18n-content="showAdvancedSettings"> 731 i18n-content="showAdvancedSettings">
723 </button> 732 </button>
724 </footer> 733 </footer>
725 </div> 734 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698