| 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 c55f83584624394c9c672b1e1e1d9d9369f39972..8d9643635ee99b85556aea8c38b2b5fa843f364d 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
|
| @@ -7,10 +7,13 @@
|
| * 'settings-animated-pages' is a container for a page and animated subpages.
|
| * It provides a set of common behaviors and animations.
|
| *
|
| + * The section name must match the name specified in settings_router.js.
|
| + * Otherwise, settings-animated-pages will not transition between subpages.
|
| + *
|
| * Example:
|
| *
|
| * <settings-animated-pages current-route="{{currentRoute}}"
|
| - route-root="advanced/privacy" redirect-root-route-to="advanced">
|
| + * section="privacy">
|
| * <!-- Insert your section controls here -->
|
| * </settings-animated-pages>
|
| *
|
|
|