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

Side by Side Diff: chrome/browser/resources/settings/routes.html

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/v0_8/more-routing/more-routi ng.html"> 1 <link rel="import" href="chrome://resources/polymer/v1_0/more-routing/more-routi ng.html">
2 2
3 <!-- Drivers manage how the URL is read, and how to navigate to URLs. "hash" 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 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 5 ensure that navigating between pages via links does not trigger a page
6 reload. For more details, see http://goo.gl/maQU6V. --> 6 reload. For more details, see http://goo.gl/maQU6V. -->
7 <more-routing-config driver="hash"></more-routing-config> 7 <more-routing-config driver="hash"></more-routing-config>
8 8
9 <more-route name="a11y" path="/a11y"></more-route> 9 <more-route name="a11y" path="/a11y"></more-route>
10 <more-route name="dateTime" path="/dateTime"></more-route> 10 <more-route name="dateTime" path="/dateTime"></more-route>
11 <more-route name="downloads" path="/downloads"></more-route> 11 <more-route name="downloads" path="/downloads"></more-route>
12 <more-route name="internet" path="/internet"> 12 <more-route name="internet" path="/internet">
13 <more-route name="internet-detail" path="/detail/:guid"></more-route> 13 <more-route name="internet-detail" path="/detail/:guid"></more-route>
14 </more-route> 14 </more-route>
15 <more-route name="search" path="/search"> 15 <more-route name="search" path="/search">
16 <more-route name="search-engines" path="/engines"></more-route> 16 <more-route name="search-engines" path="/engines"></more-route>
17 </more-route> 17 </more-route>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698