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

Side by Side Diff: chrome/browser/resources/md_bookmarks/store.html

Issue 2731473002: MD Bookmarks: Implement basis for new data-binding system (Closed)
Patch Set: calamity@ review Created 3 years, 9 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 <!-- New-style store: -->
2 <link rel="import" href="chrome://resources/html/cr.html">
3 <link rel="import" href="chrome://bookmarks/reducers.html">
4 <script src="chrome://bookmarks/bookmarks_store.js"></script>
5
6 <!-- Old-style store: -->
7 <!-- TODO(tsergeant): Remove this version of the store once it is unused. -->
1 <link rel="import" href="chrome://resources/html/polymer.html"> 8 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://bookmarks/router.html"> 9 <link rel="import" href="chrome://bookmarks/router.html">
3 <script src="chrome://bookmarks/store.js"></script>
4
5 <dom-module id="bookmarks-store"> 10 <dom-module id="bookmarks-store">
6 <template> 11 <template>
7 <bookmarks-router id="router" search-term="[[searchTerm]]" 12 <bookmarks-router id="router" search-term="[[searchTerm]]"
8 selected-id="[[selectedId]]"></bookmarks-router> 13 selected-id="[[selectedId]]"></bookmarks-router>
9 </template> 14 </template>
15 <script src="chrome://bookmarks/store.js"></script>
10 </dom-module> 16 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/reducers.js ('k') | chrome/browser/resources/md_bookmarks/store_client.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698