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 efae1ae59f17c6aae94f87df13f1279e5c5696bd..f939bf42ddf0d7af73c0f6c4fb47c7b0322b9545 100644 |
| --- a/chrome/browser/resources/options/browser_options.html |
| +++ b/chrome/browser/resources/options/browser_options.html |
| @@ -723,6 +723,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" |
|
James Hawkins
2013/05/13 17:31:33
nit: Don't append the element name to the ID, i.e.
battre
2013/05/21 09:25:08
How extensively do you want this to be done? It se
James Hawkins
2013/05/23 18:26:02
Yes; it suffices to call it 'resetProfileSettings'
battre
2013/05/24 09:15:46
Done.
|
| + i18n-content="resetProfileSettingsButton"> |
| + </div> |
| + </section> |
| </div> <!-- advanced-settings-container --> |
| </div> <!-- advanced-settings --> |
| <footer> |