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

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

Issue 2184893002: Settings Router Refactor: Remove route.page legacy property. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0217-settings-refactor-settings-menu
Patch Set: fix contains issue. Created 4 years, 5 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 2163dd61ba5ad5c7fe1b2963c59e6acaf0bde618..3056163f8b9adeba907469c914613061a9d54759 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -65,7 +65,7 @@
width: 330px;
}
</style>
- <div data-page="about">
+ <div>
<settings-section page-title="$i18n{aboutPageTitle}"
current-route="[[currentRoute]]" section="about">
<settings-animated-pages id="pages" current-route="{{currentRoute}}"

Powered by Google App Engine
This is Rietveld 408576698