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

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

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/device_page/device_page.html
diff --git a/chrome/browser/resources/settings/device_page/device_page.html b/chrome/browser/resources/settings/device_page/device_page.html
index 90caa86599af381ca96f4b8a38da5db304301e36..eda8edf057158e02bea26585d9f8134fcea22cda 100644
--- a/chrome/browser/resources/settings/device_page/device_page.html
+++ b/chrome/browser/resources/settings/device_page/device_page.html
@@ -19,8 +19,7 @@
<dom-module id="settings-device-page">
<template>
<style include="settings-shared"></style>
- <settings-animated-pages id="pages" section="device"
- current-route="{{currentRoute}}">
+ <settings-animated-pages id="pages" section="device">
<neon-animatable id="main">
<div id="pointersRow" class="settings-box first"
on-tap="onPointersTap_" actionable>
@@ -64,8 +63,7 @@
<template is="dom-if" if=[[noteAllowed_]]>
<template is="dom-if" name="note">
<settings-subpage page-title="$i18n{noteTitle}">
- <settings-note prefs="{{prefs}}" current-route="{{currentRoute}}">
- </settings-note>
+ <settings-note prefs="{{prefs}}"></settings-note>
</settings-subpage>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698