Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1621)

Unified Diff: chrome/browser/resources/options/personal_options.html

Issue 7400032: Multi-profile WebUI settings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: profiles_icon_list.js -> profiles_icon_grid.js Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/browser/resources/options/personal_options.css ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698