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

Unified Diff: chrome/browser/resources/settings/printing_page/printing_page.html

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.html
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.html b/chrome/browser/resources/settings/printing_page/printing_page.html
index c462976822565551538df1b9805a58d3bab5ab49..b529ae6e0e0af847353c4ae507ee223da40cc546 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.html
+++ b/chrome/browser/resources/settings/printing_page/printing_page.html
@@ -15,8 +15,7 @@
<dom-module id="settings-printing-page">
<template>
<style include="settings-shared"></style>
- <settings-animated-pages id="pages" current-route="{{currentRoute}}"
- section="printing">
+ <settings-animated-pages id="pages" section="printing">
<array-selector id="arraySelector" items="{{cupsPrinters}}"
selected="{{detailPrinter_}}">
</array-selector>

Powered by Google App Engine
This is Rietveld 408576698