| Index: chrome/browser/resources/md_bookmarks/command_manager.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/command_manager.html b/chrome/browser/resources/md_bookmarks/command_manager.html
|
| index dff7845295c56d86c4ba68217a2bcf561315caef..a57c5101e0d4ed0cea3305e87a1c90d6550cfacc 100644
|
| --- a/chrome/browser/resources/md_bookmarks/command_manager.html
|
| +++ b/chrome/browser/resources/md_bookmarks/command_manager.html
|
| @@ -19,7 +19,7 @@
|
| on-tap="onCommandClick_">
|
| [[getCommandLabel_(command, menuIds_)]]
|
| </button>
|
| - <hr hidden$="[[!showDividerAfter_(command)]]"></hr>
|
| + <hr hidden$="[[!showDividerAfter_(command, menuIds_)]]"></hr>
|
| </template>
|
| </dialog>
|
| <template is="cr-lazy-render" id="editDialog">
|
|
|