| Index: chrome/browser/resources/settings/settings_page/settings_section.js
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_section.js b/chrome/browser/resources/settings/settings_page/settings_section.js
|
| index 1149e2ea81b7aa0fd017246548977f7e8916be2b..771bf4b7f5443d97ba032fb8ffc050d064295c4d 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_section.js
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.js
|
| @@ -18,15 +18,10 @@ Polymer({
|
|
|
| properties: {
|
| /**
|
| - * The current active route.
|
| - */
|
| - currentRoute: Object,
|
| -
|
| - /**
|
| * The section is expanded to a full-page view when this property matches
|
| * currentRoute.section.
|
| *
|
| - * The section name must match the name specified in settings_router.js.
|
| + * The section name must match the name specified in route.js.
|
| */
|
| section: {
|
| type: String,
|
|
|