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

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

Issue 2977523002: MD Bookmarks: Scroll and select items that are added to the main list (Closed)
Patch Set: Finish highlight on API callback Created 3 years, 5 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.js
diff --git a/chrome/browser/resources/md_bookmarks/app.js b/chrome/browser/resources/md_bookmarks/app.js
index f11db76685f07c3302653b934f78161e8832bcb0..9bf669479caa7c8b45f10ed2a1fc50710cfdcf79 100644
--- a/chrome/browser/resources/md_bookmarks/app.js
+++ b/chrome/browser/resources/md_bookmarks/app.js
@@ -77,6 +77,7 @@ Polymer({
detached: function() {
window.removeEventListener('resize', this.boundUpdateSidebarWidth_);
this.dndManager_.destroy();
+ bookmarks.ApiListener.destroy();
},
/**

Powered by Google App Engine
This is Rietveld 408576698