| Index: chrome/browser/resources/settings/settings_page/settings_router.js
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_router.js b/chrome/browser/resources/settings/settings_page/settings_router.js
|
| index 91b7db3ef0702cd17fdf0b8af141abc0ab4df71c..5cd1f6d9dd8248296c7969954ec6b8fa69aaa4c7 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_router.js
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_router.js
|
| @@ -22,8 +22,6 @@ Polymer({
|
| * The current active route. This may only be updated via the global
|
| * function settings.navigateTo.
|
| *
|
| - * currentRoute.page refers to top-level pages such as Basic and Advanced.
|
| - *
|
| * currentRoute.section is only non-empty when the user is on a subpage. If
|
| * the user is on Basic, for instance, this is an empty string.
|
| *
|
|
|