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

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

Issue 2637023002: [MD Bookmarks] Add routing. (Closed)
Patch Set: First patch fix Created 3 years, 11 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/app.html
diff --git a/chrome/browser/resources/md_bookmarks/app.html b/chrome/browser/resources/md_bookmarks/app.html
index 4b4910032b7720048c3b23422cd0c2e9bee01fca..bfba875abfee392217ba8c0e4723193f744b44fc 100644
--- a/chrome/browser/resources/md_bookmarks/app.html
+++ b/chrome/browser/resources/md_bookmarks/app.html
@@ -39,7 +39,8 @@
<bookmarks-store selected-id="{{selectedId}}"
root-node="{{rootNode}}"
search-term="{{searchTerm}}"
- displayed-list="{{displayedList}}">
+ displayed-list="{{displayedList}}"
+ selected-id="{{selectedId}}">
calamity 2017/01/18 03:37:21 Remove?
angelayang 2017/01/18 06:34:02 Done.
</bookmarks-store>
</template>
<script src="chrome://bookmarks/app.js"></script>

Powered by Google App Engine
This is Rietveld 408576698