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

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. 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 26bee11f15b8671a5859d7ce518c5184c44ebb04..5a7474a8225d5f9ff3b0fabbcdc47f612e5512a0 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -83,7 +83,7 @@
</style>
<div id="main-container">
<paper-checkbox id="checkbox" on-tap="onCheckboxSelected_"
- checked="{{selected}}">
+ checked="{{selected}}" disabled="[[selectionNotAllowed_()]]">
</paper-checkbox>
<span id="time">{{timeAccessed_}}</span>
<div id="website-icon"></div>

Powered by Google App Engine
This is Rietveld 408576698