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

Unified Diff: chrome/browser/resources/md_bookmarks/sidebar.html

Issue 2823053003: [MD Bookmarks] Remove the bookmarks-sidebar element. (Closed)
Patch Set: rebase, address comments Created 3 years, 8 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/sidebar.html
diff --git a/chrome/browser/resources/md_bookmarks/sidebar.html b/chrome/browser/resources/md_bookmarks/sidebar.html
index 6bbbd544d162fd4efc60254fdf25675680ead910..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/chrome/browser/resources/md_bookmarks/sidebar.html
+++ b/chrome/browser/resources/md_bookmarks/sidebar.html
@@ -1,31 +0,0 @@
-<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
-<link rel="import" href="chrome://resources/cr_elements/icons.html">
-<link rel="import" href="chrome://bookmarks/folder_node.html">
-<link rel="import" href="chrome://bookmarks/store_client.html">
-
-<dom-module id="bookmarks-sidebar">
- <template>
- <style>
- :host {
- display: block;
- overflow-x: hidden;
- overflow-y: auto;
- padding-top: 8px;
- user-select: none;
- }
-
- #folder-tree {
- -webkit-padding-start: 3px;
- }
- </style>
-
- <div id="folder-tree">
- <template is="dom-repeat" items="[[rootFolders]]">
- <bookmarks-folder-node item-id="[[item]]" depth="0">
- </bookmarks-folder-node>
- </template>
- </div>
- </template>
- <script src="chrome://bookmarks/sidebar.js"></script>
-</dom-module>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/folder_node.js ('k') | chrome/browser/resources/md_bookmarks/sidebar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698