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> |