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

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

Issue 22887043: Enable "Reset profile" section in chrome://settings ultimately (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 i18n-content="gpuModeCheckbox"> 741 i18n-content="gpuModeCheckbox">
742 </label> 742 </label>
743 <span id="gpu-mode-reset-restart" 743 <span id="gpu-mode-reset-restart"
744 i18n-values=".innerHTML:gpuModeResetRestart"> 744 i18n-values=".innerHTML:gpuModeResetRestart">
745 </span> 745 </span>
746 </span> 746 </span>
747 </span> 747 </span>
748 </div> 748 </div>
749 </section> 749 </section>
750 </if> 750 </if>
751 <section id="reset-profile-settings-section" hidden> 751 <section id="reset-profile-settings-section">
752 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> 752 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
753 <div> 753 <div>
754 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> 754 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
755 </span> 755 </span>
756 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> 756 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
757 </button> 757 </button>
758 </div> 758 </div>
759 </section> 759 </section>
760 </div> <!-- advanced-settings-container --> 760 </div> <!-- advanced-settings-container -->
761 </div> <!-- advanced-settings --> 761 </div> <!-- advanced-settings -->
762 <footer> 762 <footer>
763 <button id="advanced-settings-expander" class="link-button" 763 <button id="advanced-settings-expander" class="link-button"
764 i18n-content="showAdvancedSettings"> 764 i18n-content="showAdvancedSettings">
765 </button> 765 </button>
766 </footer> 766 </footer>
767 </div> 767 </div>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698