Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/settings_animated_pages.js |
| diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js |
| index 682ead2dc14c8c474601fbe74938ce5aba6b00c1..b81f96595e4351199faed9e6bd80307cf8a02d03 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js |
| +++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js |
| @@ -147,6 +147,9 @@ Polymer({ |
| .querySelector('settings-subpage'); |
| if (!subpage.id) |
| subpage.id = id; |
| + if (template.hasAttribute('skip-search')) { |
|
Dan Beam
2016/08/06 01:50:27
no curlies
Dan Beam
2016/08/06 01:50:27
i guess this isn't a bad idea, but maybe just repe
dpapad
2016/08/08 17:27:01
Carrying over the 'no-search' attribute once progr
Dan Beam
2016/08/08 17:42:55
that's fine
dpapad
2016/08/08 18:15:20
Done.
|
| + subpage.setAttribute('skip-search', ''); |
| + } |
| // Render synchronously so neon-animated-pages can select the subpage. |
| template.if = true; |