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

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: Rebase. 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..0a11c48ff7f9424c531e8a92bb87c9328fcdfed8 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_()}}">
tsergeant 2016/02/01 22:47:53 Nit: probably use one-way binding here
hsampson 2016/02/02 00:45:10 Done.
</paper-checkbox>
<span id="time">{{timeAccessed_}}</span>
<div id="website-icon"></div>

Powered by Google App Engine
This is Rietveld 408576698