Index: chrome/browser/ui/webui/downloads_dom_handler.cc |
diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc |
index 52e986c46d29d884b1a400e63df23bc3e36cb69a..5f74dd2356393d4f764426e904a640b3dacce4e8 100644 |
--- a/chrome/browser/ui/webui/downloads_dom_handler.cc |
+++ b/chrome/browser/ui/webui/downloads_dom_handler.cc |
@@ -314,7 +314,7 @@ void DownloadsDOMHandler::HandleCancel(const ListValue* args) { |
CountDownloadsDOMEvents(DOWNLOADS_DOM_EVENT_CANCEL); |
DownloadItem* file = GetDownloadByValue(args); |
if (file) |
- file->Cancel(true); |
+ file->Cancel(); |
} |
void DownloadsDOMHandler::HandleClearAll(const ListValue* args) { |