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

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

Issue 505143002: Make Reset Settings section not be hidden by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | 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 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <include src="secondary_user_banner.html"> 7 <include src="secondary_user_banner.html">
8 <section> 8 <section>
9 <div id="network-section-header" class="section-header"> 9 <div id="network-section-header" class="section-header">
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 i18n-content="gpuModeCheckbox"> 954 i18n-content="gpuModeCheckbox">
955 </label> 955 </label>
956 <span id="gpu-mode-reset-restart" 956 <span id="gpu-mode-reset-restart"
957 i18n-values=".innerHTML:gpuModeResetRestart"> 957 i18n-values=".innerHTML:gpuModeResetRestart">
958 </span> 958 </span>
959 </span> 959 </span>
960 </span> 960 </span>
961 </div> 961 </div>
962 </section> 962 </section>
963 </if> 963 </if>
964 <section id="reset-profile-settings-section" hidden> 964 <section id="reset-profile-settings-section">
965 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> 965 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
966 <div> 966 <div>
967 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> 967 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
968 </span> 968 </span>
969 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> 969 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
970 </button> 970 </button>
971 </div> 971 </div>
972 </section> 972 </section>
973 </div> <!-- advanced-settings-container --> 973 </div> <!-- advanced-settings-container -->
974 </div> <!-- advanced-settings --> 974 </div> <!-- advanced-settings -->
975 <footer> 975 <footer>
976 <button id="advanced-settings-expander" class="link-button" 976 <button id="advanced-settings-expander" class="link-button"
977 i18n-content="showAdvancedSettings"> 977 i18n-content="showAdvancedSettings">
978 </button> 978 </button>
979 <if expr="chromeos"> 979 <if expr="chromeos">
980 <button id="version-button" class="link-button" hidden 980 <button id="version-button" class="link-button" hidden
981 i18n-content="browserVersion"> 981 i18n-content="browserVersion">
982 </button> 982 </button>
983 </if> 983 </if>
984 </footer> 984 </footer>
985 </div> 985 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698