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

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: Fix browser test 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 </span> 719 </span>
720 </div> 720 </div>
721 </section> 721 </section>
722 </if> 722 </if>
723 <section id="managed-user-settings-section" hidden> 723 <section id="managed-user-settings-section" hidden>
724 <h3 i18n-content="managedUsersSectionTitle"></h3> 724 <h3 i18n-content="managedUsersSectionTitle"></h3>
725 <button id="open-managed-user-settings-button" 725 <button id="open-managed-user-settings-button"
726 i18n-content="manageProfilesManagedUserSettings"> 726 i18n-content="manageProfilesManagedUserSettings">
727 </button> 727 </button>
728 </section> 728 </section>
729 <section id="reset-profile-settings-section" hidden>
730 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
731 <div>
732 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
733 </span>
734 <button id="reset-profile-settings-button"
735 i18n-content="resetProfileSettingsButton">
736 </div>
737 </section>
729 </div> <!-- advanced-settings-container --> 738 </div> <!-- advanced-settings-container -->
730 </div> <!-- advanced-settings --> 739 </div> <!-- advanced-settings -->
731 <footer> 740 <footer>
732 <button id="advanced-settings-expander" class="link-button" 741 <button id="advanced-settings-expander" class="link-button"
733 i18n-content="showAdvancedSettings"> 742 i18n-content="showAdvancedSettings">
734 </button> 743 </button>
735 </footer> 744 </footer>
736 </div> 745 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698