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

Unified Diff: chrome/browser/resources/settings/printing_page/printing_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/printing_page/printing_page.js
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.js b/chrome/browser/resources/settings/printing_page/printing_page.js
index 4b4598e8b650cff51c02f62df5802a6afba126c9..d839c49de6e04f0e8434b76eedb3db91e25e4060 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.js
+++ b/chrome/browser/resources/settings/printing_page/printing_page.js
@@ -12,12 +12,6 @@ Polymer({
notify: true,
},
- /** The current active route. */
- currentRoute: {
- type: Object,
- notify: true,
- },
-
/** @type {!Array<!CupsPrinterInfo>} */
cupsPrinters: {
type: Array,

Powered by Google App Engine
This is Rietveld 408576698