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

Unified Diff: chrome/browser/resources/settings/about_page/about_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/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 544ff4546df4d63b8b7b12394c8f13740df5eb3d..99ef7cb978965acf0bc27265ebab7490e82b41f3 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -68,7 +68,7 @@
<div>
<settings-section page-title="$i18n{aboutPageTitle}" section="about">
<settings-animated-pages id="pages" section="about">
- <neon-animatable id="main">
+ <neon-animatable route-path="default">
<div class="settings-box">
<img id="product-logo"
srcset="chrome://theme/current-channel-logo@1x 1x,
@@ -170,7 +170,7 @@
</if>
</neon-animatable>
<if expr="chromeos">
- <template is="dom-if" name="detailed-build-info">
+ <template is="dom-if" route-path="/help/details">
<settings-subpage page-title="$i18n{aboutDetailedBuildInfo}">
<settings-detailed-build-info></settings-detailed-build-info>
</settings-subpage>

Powered by Google App Engine
This is Rietveld 408576698