| 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>
|
|
|