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

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: Notify when deleting profile from cache 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 5869711ee67367e05a256909d11d970256b165c2..58659a06cd47f6aa8877632b2d32a7da47770b8d 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">
+ <h3 i18n-content="profiles"></h3>
James Hawkins 2011/07/19 20:22:09 Remove blank line.
+ <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>

Powered by Google App Engine
This is Rietveld 408576698