| Index: chrome/browser/resources/settings/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
|
| index 3056163f8b9adeba907469c914613061a9d54759..1ee8da5360a4d63d6702f863da590a53533de065 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -66,10 +66,8 @@
|
| }
|
| </style>
|
| <div>
|
| - <settings-section page-title="$i18n{aboutPageTitle}"
|
| - current-route="[[currentRoute]]" section="about">
|
| - <settings-animated-pages id="pages" current-route="{{currentRoute}}"
|
| - section="about">
|
| + <settings-section page-title="$i18n{aboutPageTitle}" section="about">
|
| + <settings-animated-pages id="pages" section="about">
|
| <neon-animatable id="main">
|
| <div class="settings-box">
|
| <img id="product-logo"
|
|
|