summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/history.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/history.js b/chrome/browser/resources/history.js
index e06d5ed..09b02ca7 100644
--- a/chrome/browser/resources/history.js
+++ b/chrome/browser/resources/history.js
@@ -998,6 +998,7 @@ function removeItems() {
if (confirm(localStrings.getString('deletewarning'))) {
deleteQueue = deleteQueue.concat(queue);
deleteNextInQueue();
+ historyView.removeButton_.disabled = true;
} else {
// If the remove is cancelled, return the checkboxes to their
// enabled, non-line-through state.