Clicking "manage search engines" on the search settings page now opens the new subpag...
[chromium-blink-merge.git] / chrome / browser / resources / settings / routes.html
blob80a3d4bfef9573485294086ccc7526934103eef0
1 <link rel="import" href="chrome://md-settings/routing/more_routing/more_routing.html">
3 <!-- Drivers manage how the URL is read, and how to navigate to URLs. "hash"
4 based driver means URLs like /#!/a11y are generated. This is preferred to
5 ensure that navigating between pages via links does not trigger a page
6 reload. For more details, see http://goo.gl/maQU6V. -->
7 <more-routing-config driver="hash"></more-routing-config>
9 <more-route name="a11y" path="/a11y"></more-route>
10 <more-route name="dateTime" path="/dateTime"></more-route>
11 <more-route name="downloads" path="/downloads"></more-route>
12 <more-route name="internet" path="/internet"></more-route>
13 <more-route name="search" path="/search">
14 <more-route name="search-engines" path="/engines"></more-route>
15 </more-route>