Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-bookmarks-content / viewer-bookmarks-content.html
blob3f9b6847984198a18be40f01970861e1bb00a6f8
1 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel="import" href="../viewer-bookmark/viewer-bookmark.html">
4 <dom-module id="viewer-bookmarks-content">
5 <template>
6 <template is="dom-repeat" items="{{bookmarks}}">
7 <viewer-bookmark bookmark="{{item}}" depth="0"></viewer-bookmark>
8 </template>
9 </template>
10 </dom-module>
11 <script src="viewer-bookmarks-content.js"></script>