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

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: merge yet again because this conflicts with everything 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 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,

Powered by Google App Engine
This is Rietveld 408576698