Chromium Code Reviews| 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 8745e1ec496f3e1a3aff47635dff3706396bbf26..6fa06fc227200dae38c06d8d66e87ee667f22ed0 100644 |
| --- a/chrome/browser/resources/options/browser_options.html |
| +++ b/chrome/browser/resources/options/browser_options.html |
| @@ -715,6 +715,15 @@ |
| </div> |
| </section> |
| </if> |
| + <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"> |
|
James Hawkins
2013/05/23 18:26:02
Missing closing </button>
battre
2013/05/24 09:15:46
Done.
|
| + </div> |
| + </section> |
| </div> <!-- advanced-settings-container --> |
| </div> <!-- advanced-settings --> |
| <footer> |