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

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: Fix supervised user test. Created 4 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/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 7959d95685fb8dd916d3ce497e95d75c27f79a4e..5fc4a725f89bbe7eacd808b3c995e1efc13ede29 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -90,7 +90,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>
« no previous file with comments | « chrome/browser/resources/md_history/history_card_manager.js ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698