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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_section.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/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 9e868e942ed2f702e3c7c38bbbe0ba4e14af3ea9..de1e420e77a046ad26ba4023bdd39dd556ff6d1e 100644
--- a/chrome/browser/resources/settings/settings_page/settings_section.js
+++ b/chrome/browser/resources/settings/settings_page/settings_section.js
@@ -25,11 +25,6 @@ var SettingsSectionElement = Polymer({
properties: {
/**
- * The current active route.
- */
- currentRoute: Object,
-
- /**
* The section name should match a name specified in route.js. The
* MainPageBehavior will expand this section if this section name matches
* currentRoute.section.

Powered by Google App Engine
This is Rietveld 408576698