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

Unified Diff: chrome/browser/resources/settings/people_page/manage_profile.html

Issue 1857203003: Settings People Revamp: Fix Mange Profile empty name crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/manage_profile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/manage_profile.html
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html
index e013799721364facb58824a7cd7746af5dfececd..6a4eb5a5ab098da85f6b6d557f294d5349d02e8a 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -10,7 +10,7 @@
<style include="settings-shared"></style>
<div class="settings-box first">
<paper-input value="{{profileName}}" pattern=".*\S.*" auto-validate
- on-blur="onProfileNameChanged_">
+ required on-change="onProfileNameChanged_">
</paper-input>
<div id="availableIcons">
<template is="dom-repeat" items="[[availableIconUrls]]">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/manage_profile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698