Commit aa7e9b61 authored by mlerman's avatar mlerman Committed by Commit bot

Make Reset Settings section not be hidden by default.

The Reset Settings section in Advanced Settings used to be hidden by
default, and then enabled if the profile was OffTheRecord. CL
https://codereview.chromium.org/467363003 changed this setting to be
hidden if guest mode is set, but did not ever remove the hidden flag.
Thus, it was only ever hidden.

In this CL the Reset Settings section is now visible by default. It
still gets hidden by guest mode.

BUG=407493

Review URL: https://codereview.chromium.org/505143002

Cr-Commit-Position: refs/heads/master@{#291948}
parent 0d0a1e97
...@@ -961,7 +961,7 @@ ...@@ -961,7 +961,7 @@
</div> </div>
</section> </section>
</if> </if>
<section id="reset-profile-settings-section" hidden> <section id="reset-profile-settings-section">
<h3 i18n-content="resetProfileSettingsSectionTitle"></h3> <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
<div> <div>
<span class="settings-row" i18n-content="resetProfileSettingsDescription"> <span class="settings-row" i18n-content="resetProfileSettingsDescription">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment