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

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

Issue 2735953002: MD Bookmarks: Integrate new data store with UI elements (Closed)
Patch Set: calamity@ review 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/sidebar.html
diff --git a/chrome/browser/resources/md_bookmarks/sidebar.html b/chrome/browser/resources/md_bookmarks/sidebar.html
index 749bf1c0ce78af72c3edf619065b022214d57465..a295557c591bb9bb05f41dd71a5642c7f8c576ee 100644
--- a/chrome/browser/resources/md_bookmarks/sidebar.html
+++ b/chrome/browser/resources/md_bookmarks/sidebar.html
@@ -2,6 +2,7 @@
<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>
@@ -18,8 +19,7 @@
<div id="folder-tree">
<template is="dom-repeat" items="[[rootFolders]]">
- <bookmarks-folder-node item="[[item]]"
- is-selected-folder="[[item.isSelectedFolder]]">
+ <bookmarks-folder-node item-id="[[item]]">
</bookmarks-folder-node>
</template>
</div>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/reducers.html ('k') | chrome/browser/resources/md_bookmarks/sidebar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698