Index: chrome/browser/resources/options/personal_options.html |
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html |
index 81553fcab37227f97a0c426dd8d3b5d3cbecbc03..d439e72f00fb877a8837f8c97b04ae7b216c098e 100644 |
--- a/chrome/browser/resources/options/personal_options.html |
+++ b/chrome/browser/resources/options/personal_options.html |
@@ -34,12 +34,17 @@ |
<button id="customize-sync" i18n-content="customizeSync" hidden> |
</button> |
</div> |
- <div id="profiles-create" hidden> |
- <span i18n-content="createNewProfile"></span> |
- <div id="profiles-create-button"> |
- <button id="new-profile" i18n-content="createProfileButton"></button> |
- </div> |
- </div> |
+ </div> |
+ </section> |
+ <section id="profiles-section" hidden> |
+ <h3 i18n-content="profiles"></h3> |
+ <div> |
+ <list id="profiles-list" class="settings-list" hidden></list> |
+ <button id="profiles-create" i18n-content="profilesCreate"></button> |
+ <button id="profiles-manage" i18n-content="profilesManage" disabled> |
+ </button> |
+ <button id="profiles-delete" i18n-content="profilesDelete" disabled> |
+ </button> |
</div> |
</section> |
<section> |