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

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

Issue 2224163002: Settings Router Refactor: Replace route.subpage usage with route.path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 c85e1090c7df234981fe8804bdc3ead483ba7f03..d9fcda17f6b94f4efa87d1633cfb12822cce9771 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -37,7 +37,7 @@
</paper-button>
</div>
</neon-animatable>
- <template is="dom-if" name="search-engines">
+ <template is="dom-if" name="/searchEngines">
<settings-subpage
associated-control="[[$$('#subpage-trigger')]]"
page-title="$i18n{searchEnginesManage}">

Powered by Google App Engine
This is Rietveld 408576698