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

Unified Diff: chrome/browser/resources/md_history/list_container.html

Issue 2672723002: [MD History] Disable Clear Browsing Data button for supervised users. (Closed)
Patch Set: fix_test Created 3 years, 10 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_history/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index b9b6188120458036ec452ad201a7de49f646ec0d..4ccd8f4caa1bde79fe8a05819208ded309d98a32 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -53,7 +53,7 @@
$i18n{moreFromSite}
</button>
<button id="menuRemoveButton" class="dropdown-item"
- disabled="[[!canDeleteHistory_()]]"
+ hidden$="[[!canDeleteHistory_]]"
on-tap="onRemoveFromHistoryTap_">
$i18n{removeFromHistory}
</button>
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.js ('k') | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698