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

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

Issue 125993002: Add error handling for supervised user import flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ManagedUserListData to its own file. Created 6 years, 11 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
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index 42ccfb21caec8fc308bae19f2df5d365ab1a2547..728aa260bb547627c9e986701e95d3a15c74647b 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -66,7 +66,6 @@
<input id="create-profile-name" type="text" required>
</label>
</div>
- <div id="create-profile-error-bubble" hidden></div>
</div>
<div id="create-profile-managed-content-area" class="content-area">
<div id="create-shortcut-container" class="checkbox" hidden>
@@ -108,10 +107,13 @@
</span>
</div>
</div>
+ <div id="create-profile-error-bubble-content-area" class="content-area">
+ <div id="create-profile-error-bubble" hidden></div>
+ </div>
<div class="action-area">
<div id="create-profile-throbber" class="throbber"></div>
<button id="import-existing-managed-user-link" class="link-button"
- i18n-content="importExistingManagedUserLink">
+ i18n-content="importExistingManagedUserLink" hidden>
</button>
<div class="button-strip">
<button id="create-profile-cancel" i18n-content="cancel"></button>

Powered by Google App Engine
This is Rietveld 408576698