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

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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 i18n-content="gpuModeCheckbox"> 710 i18n-content="gpuModeCheckbox">
711 </label> 711 </label>
712 <span id="gpu-mode-reset-restart" 712 <span id="gpu-mode-reset-restart"
713 i18n-values=".innerHTML:gpuModeResetRestart"> 713 i18n-values=".innerHTML:gpuModeResetRestart">
714 </span> 714 </span>
715 </span> 715 </span>
716 </span> 716 </span>
717 </div> 717 </div>
718 </section> 718 </section>
719 </if> 719 </if>
720 <section id="reset-profile-settings-section" hidden>
721 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
722 <div>
723 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
724 </span>
725 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
726 </button>
727 </div>
728 </section>
720 </div> <!-- advanced-settings-container --> 729 </div> <!-- advanced-settings-container -->
721 </div> <!-- advanced-settings --> 730 </div> <!-- advanced-settings -->
722 <footer> 731 <footer>
723 <button id="advanced-settings-expander" class="link-button" 732 <button id="advanced-settings-expander" class="link-button"
724 i18n-content="showAdvancedSettings"> 733 i18n-content="showAdvancedSettings">
725 </button> 734 </button>
726 </footer> 735 </footer>
727 </div> 736 </div>
OLDNEW
« no previous file with comments | « chrome/browser/profile_resetter/profile_resetter.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698