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

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: 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/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..b6a175a710a5aaf1c16747184d361cdac7697ff2 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -15,7 +15,7 @@
<style include="settings-shared">
</style>
<settings-animated-pages id="pages" section="search">
- <neon-animatable id="main">
+ <neon-animatable route-path="default">
<div class="settings-box first">
<p class="start">$i18n{searchExplanation}</p>
<paper-dropdown-menu vertical-align="auto" no-label-float>
@@ -37,7 +37,7 @@
</paper-button>
</div>
</neon-animatable>
- <template is="dom-if" name="search-engines">
+ <template is="dom-if" route-path="/searchEngines">
<settings-subpage
associated-control="[[$$('#subpage-trigger')]]"
page-title="$i18n{searchEnginesManage}">
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/resources/settings/settings_main/settings_main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698