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

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

Issue 1873613002: Settings People Revamp: Add Manage Profile browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0137-settings-people-manage-profile-update-to-promise
Patch Set: restrict test to non-ChromeOS only 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/test/data/webui/settings/cr_settings_browsertest.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 0764ea8eb5d87d5f04cd7163ecb3bcaec0843fdf..3697e5ca65330dc38ef549cf6c1fab7731e0a21d 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -44,8 +44,8 @@
}
</style>
<div class="settings-box first">
- <paper-input value="{{profileName}}" pattern=".*\S.*" auto-validate
- required on-change="onProfileNameChanged_">
+ <paper-input id="name" value="{{profileName}}" pattern=".*\S.*"
+ auto-validate required on-change="onProfileNameChanged_">
</paper-input>
</div>
<div id="availableIcons">
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698