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

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

Issue 1586373002: MD History: Delete button in the toolbar allows deletion of multiple history-items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_to_be_uploaded
Patch Set: Address reviewer comments: add tests for deletion and logic for supervised users. Created 4 years, 11 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/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 13408fa0225fca31c7806823bb1cd58bc4986c37..53b5a1260c5ba8c886205215b20951e23713f443 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -82,7 +82,7 @@
</style>
<div id="main-container">
<paper-checkbox id="checkbox" on-tap="checkboxSelected"
- checked="{{selected}}">
+ checked="{{selected}}" disabled="{{selectionAllowed_()}}">
</paper-checkbox>
<span id="time">{{timeAccessed}}</span>
<div id="website-icon"></div>

Powered by Google App Engine
This is Rietveld 408576698