Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3752)

Unified Diff: chrome/browser/resources/settings/basic_page/basic_page.js

Issue 2210933004: Settings Router Refactor: Kill settings-router. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698