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 74422c4f82319597a0c68f669d6fad368c36c957..1f435f2be85494f87613b99804b52e2d251666f0 100644 |
--- a/chrome/browser/resources/options/manage_profile_overlay.html |
+++ b/chrome/browser/resources/options/manage_profile_overlay.html |
@@ -6,10 +6,9 @@ |
<div id="manage-profile-name-div"> |
<span id="manage-profile-name-label" |
i18n-content="manageProfilesNameLabel"></span> |
- <input id="manage-profile-name" type="text"> |
+ <input id="manage-profile-name" type="text" required> |
</div> |
- <div id="manage-profile-duplicate-name-error" |
- class="hiding" i18n-content="manageProfilesDuplicateNameError"> |
+ <div id="manage-profile-error-bubble" class="hiding"> |
James Hawkins
2011/09/13 20:04:09
What is class="hiding" about?
binji
2011/09/13 20:38:24
It is like "hidden" only it animates.
|
</div> |
<div id="manage-profile-icon-label" |
i18n-content="manageProfilesIconLabel"></div> |