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

Unified Diff: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html

Issue 17302003: Use bubbles for error reporting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/chromeos/login/screen_locally_managed_user_creation.html
diff --git a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
index 5bc7010ad27d1e1ab9d02654484824ebd1f7cb28..cdcadae6f7d74f4739fde6b7592c72b1ae809118 100644
--- a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
+++ b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
@@ -52,8 +52,6 @@
<div>
<input id="managed-user-creation-password" type="password"
i18n-values="placeholder:createManagedUserPasswordHint" />
- <span id="managed-user-creation-password-error" class="no-error">
- </span>
</div>
<div>
<input id="managed-user-creation-password-confirm"
@@ -151,9 +149,6 @@
<div class="password-block" hidden>
<input class="managed-user-creation-manager-password" type="password"
i18n-values="placeholder:createManagedUserManagerPasswordHint" />
- <span class="managed-user-creation-manager-wrong-password"
- i18n-content="createManagedUserWrongManagerPasswordText"
- hidden />
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698