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

Unified Diff: chrome/browser/resources/settings/about_page/about_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/about_page/about_page.js
diff --git a/chrome/browser/resources/settings/about_page/about_page.js b/chrome/browser/resources/settings/about_page/about_page.js
index 07d8eaa857006e28409964ad66182ee06d85ae13..07da32302acb841ae1e7ea543488f6c2a7f03fa6 100644
--- a/chrome/browser/resources/settings/about_page/about_page.js
+++ b/chrome/browser/resources/settings/about_page/about_page.js
@@ -12,14 +12,6 @@ Polymer({
behaviors: [WebUIListenerBehavior, RoutableBehavior, I18nBehavior],
properties: {
- /**
- * The current active route.
- */
- currentRoute: {
- type: Object,
- notify: true,
- },
-
/** @private {?UpdateStatusChangedEvent} */
currentUpdateStatusEvent_: Object,

Powered by Google App Engine
This is Rietveld 408576698