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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animated_pages.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/settings_page/settings_animated_pages.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
index 60ccd2771a211fbd986a8c784da723e72aaf1c05..192fe21faee3df923bbf1a8008f730a11999f9ee 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
+++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
@@ -27,7 +27,7 @@
position: static;
}
</style>
- <neon-animated-pages id="animatedPages" attr-for-selected="id">
+ <neon-animated-pages id="animatedPages" attr-for-selected="route-path">
<content select="*"></content>
</neon-animated-pages>
</template>

Powered by Google App Engine
This is Rietveld 408576698