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

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

Issue 15774008: Pass errors generated during limited-user registration up to the UI for display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed James's comments Created 7 years, 6 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/manage_profile_overlay.html
===================================================================
--- chrome/browser/resources/options/manage_profile_overlay.html (revision 203598)
+++ chrome/browser/resources/options/manage_profile_overlay.html (working copy)
@@ -88,10 +88,13 @@
</label>
</div>
</div>
- <div class="action-area button-strip">
- <button id="create-profile-cancel" i18n-content="cancel"></button>
- <button id="create-profile-ok" i18n-content="createProfileConfirm">
- </button>
+ <div class="action-area">
+ <div id="create-profile-throbber" class="throbber"></div>
+ <div class="button-strip">
+ <button id="create-profile-cancel" i18n-content="cancel"></button>
+ <button id="create-profile-ok" i18n-content="createProfileConfirm">
+ </button>
+ </div>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698