Commit cbea2125 authored by dpapad's avatar dpapad Committed by Chromium LUCI CQ

Settings: Restore focus when exiting manageProfile subpage.

Fixed: 1163041
Change-Id: Id8ca2ae1832431b5c6cc0c02895ff88acbf09a34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609847
Auto-Submit: dpapad <dpapad@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840199}
parent 3089b5ea
...@@ -169,7 +169,7 @@ Polymer({ ...@@ -169,7 +169,7 @@ Polymer({
if (routes.MANAGE_PROFILE) { if (routes.MANAGE_PROFILE) {
map.set( map.set(
routes.MANAGE_PROFILE.path, routes.MANAGE_PROFILE.path,
this.signinAllowed_ ? '#edit-profile .subpage-arrow' : this.signinAllowed_ ? '#edit-profile' :
'#profile-row .subpage-arrow'); '#profile-row .subpage-arrow');
} }
// </if> // </if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment