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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_bookmarks/store.html
diff --git a/chrome/browser/resources/md_bookmarks/store.html b/chrome/browser/resources/md_bookmarks/store.html
index 42fcd559dfd138cbb9a989be06044f8644c91510..a5f7057d0318223a2bb04d58d09ebcd1ebd1fc98 100644
--- a/chrome/browser/resources/md_bookmarks/store.html
+++ b/chrome/browser/resources/md_bookmarks/store.html
@@ -1,17 +1,4 @@
-<!-- New-style store: -->
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://bookmarks/reducers.html">
<link rel="import" href="chrome://bookmarks/util.html">
-<script src="chrome://bookmarks/bookmarks_store.js"></script>
-
-<!-- Old-style store: -->
-<!-- TODO(tsergeant): Remove this version of the store once it is unused. -->
-<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://bookmarks/router.html">
-<dom-module id="bookmarks-store">
- <template>
- <bookmarks-router id="router" search-term="[[searchTerm]]"
- selected-id="[[selectedId]]"></bookmarks-router>
- </template>
- <script src="chrome://bookmarks/store.js"></script>
-</dom-module>
+<script src="chrome://bookmarks/store.js"></script>
« 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