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

Unified Diff: chrome/browser/resources/settings/search_page/search_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/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index cc4f0495dea4bdf8f3cbb6fc6113bb5d9df0b901..48766368f55133da716b9bdb8479a9d835d619ac 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -14,8 +14,7 @@
<template>
<style include="settings-shared">
</style>
- <settings-animated-pages id="pages" current-route="{{currentRoute}}"
- section="search">
+ <settings-animated-pages id="pages" section="search">
<neon-animatable id="main">
<div class="settings-box first">
<p class="start">$i18n{searchExplanation}</p>

Powered by Google App Engine
This is Rietveld 408576698