Commit b35483a6 authored by Anastasiia Nikolaienko's avatar Anastasiia Nikolaienko Committed by Commit Bot

Fix focus configuration for Sync subpage

Change route for Sync subpage in focus configuration map for people
page. onIronSelect_ in settings_animated_pages.js throws an assertion
error for '#sync-status .subpage-arrow'. It looks like .subpage-arrow
element was removed in https://crrev.com/c/1742350.

Bug: 1014317
Change-Id: I7ca645cfae432305616fcf7e2415cebddd4c103b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875101Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708711}
parent 29af52f5
......@@ -122,7 +122,7 @@ Polymer({
settings.routes.SYNC.path,
loadTimeData.getBoolean('unifiedConsentEnabled') ?
'#sync-setup' :
'#sync-status .subpage-arrow');
'#sync-status');
}
if (settings.routes.LOCK_SCREEN) {
map.set(
......
......@@ -204,7 +204,7 @@ Polymer({
settings.routes.SYNC.path,
loadTimeData.getBoolean('unifiedConsentEnabled') ?
'#sync-setup' :
'#sync-status .subpage-arrow');
'#sync-status');
}
// <if expr="not chromeos">
if (settings.routes.MANAGE_PROFILE) {
......
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