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

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

Issue 2977523002: MD Bookmarks: Scroll and select items that are added to the main list (Closed)
Patch Set: Fix test 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/edit_dialog.js
diff --git a/chrome/browser/resources/md_bookmarks/edit_dialog.js b/chrome/browser/resources/md_bookmarks/edit_dialog.js
index 582417e708d9e2e0978418e3d536273555856624..31c55e0205cbd17d989093a2760eca22dd40375e 100644
--- a/chrome/browser/resources/md_bookmarks/edit_dialog.js
+++ b/chrome/browser/resources/md_bookmarks/edit_dialog.js
@@ -128,6 +128,7 @@ Polymer({
} else {
edit['parentId'] = this.parentId_;
chrome.bookmarks.create(edit);
+ bookmarks.ApiListener.highlightAfterBatchUpdate();
}
this.$.dialog.close();
},

Powered by Google App Engine
This is Rietveld 408576698