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

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

Issue 532023003: [Profiles] Trim profile names in chrome://settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 3 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 6b5950a872fdce3ed1eb86d3acae157dd7037aa2..3a5eb856b1a68a6c1bfd8c6265e40596cee5a415 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -13,7 +13,7 @@
<span id="manage-profile-name-label" for="manage-profile-name"
i18n-content="manageProfilesNameLabel">
</span>
- <input id="manage-profile-name" type="text" required>
+ <input id="manage-profile-name" type="text" pattern=".*\S.*" required>
</label>
</div>
<div id="manage-profile-error-bubble" hidden></div>

Powered by Google App Engine
This is Rietveld 408576698