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

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

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

Powered by Google App Engine
This is Rietveld 408576698