Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index 46edc1a76e3237cee9c8838830d50015dc500916..9d0bf5e13df6fc1ea99043aba6e09ac44c59e9c7 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -726,6 +726,15 @@ |
i18n-content="manageProfilesManagedUserSettings"> |
</button> |
</section> |
+ <section id="reset-profile-settings-section" hidden> |
+ <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> |
+ <div> |
+ <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
+ </span> |
+ <button id="reset-profile-settings-button" |
+ i18n-content="resetProfileSettingsButton"> |
+ </div> |
+ </section> |
</div> <!-- advanced-settings-container --> |
</div> <!-- advanced-settings --> |
<footer> |