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

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

Issue 2912893002: MD Bookmarks: Support policies for disabling bookmark editing (Closed)
Patch Set: canEdit -> globalCanEdit Created 3 years, 6 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/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">
« no previous file with comments | « chrome/browser/resources/md_bookmarks/api_listener.js ('k') | chrome/browser/resources/md_bookmarks/command_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698