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

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

Issue 1239963004: Settings Rewrite: Morph old MD-Settings to Basic and Advanced menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/routes.html
diff --git a/chrome/browser/resources/settings/routes.html b/chrome/browser/resources/settings/routes.html
index 5d5328e110ac5652dfddba4795e215c69bcba064..0b9d8b3d19cbb9541b62e9a6f9073941a895aa14 100644
--- a/chrome/browser/resources/settings/routes.html
+++ b/chrome/browser/resources/settings/routes.html
@@ -7,7 +7,9 @@
<more-routing-config driver="hash"></more-routing-config>
<more-route name="a11y" path="/a11y"></more-route>
+<more-route name="advanced" path="/advanced"></more-route>
<more-route name="appearance" path="/appearance"></more-route>
+<more-route name="basic" path="/"></more-route>
<more-route name="dateTime" path="/dateTime"></more-route>
<more-route name="downloads" path="/downloads"></more-route>
<more-route name="internet" path="/internet">

Powered by Google App Engine
This is Rietveld 408576698