| Index: chrome/browser/resources/settings/basic_page/basic_page.js
|
| diff --git a/chrome/browser/resources/settings/basic_page/basic_page.js b/chrome/browser/resources/settings/basic_page/basic_page.js
|
| index 8db640ccf61d1e8abdb3457ca180485d721ab43d..aa8a39b304289f6940e7c8204154c2cfe3112fd2 100644
|
| --- a/chrome/browser/resources/settings/basic_page/basic_page.js
|
| +++ b/chrome/browser/resources/settings/basic_page/basic_page.js
|
| @@ -21,15 +21,6 @@ Polymer({
|
| },
|
|
|
| /**
|
| - * The current active route.
|
| - * @type {settings.Route}
|
| - */
|
| - currentRoute: {
|
| - type: Object,
|
| - notify: true,
|
| - },
|
| -
|
| - /**
|
| * True if the basic page should currently display the reset profile banner.
|
| * @private {boolean}
|
| */
|
| @@ -39,7 +30,6 @@ Polymer({
|
| return loadTimeData.getBoolean('showResetProfileBanner');
|
| },
|
| },
|
| -
|
| },
|
|
|
| onResetDone_: function() {
|
|
|