| 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 8b66dd4a17dde2ee202d91011cae6735b2f89c07..bcd080ec747796685e65637c00f2e11e1595915b 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| @@ -219,7 +219,7 @@ void DownloadsDOMHandler::HandleRemove(const ListValue* args) {
|
| void DownloadsDOMHandler::HandleCancel(const ListValue* args) {
|
| DownloadItem* file = GetDownloadByValue(args);
|
| if (file)
|
| - file->Cancel(true);
|
| + file->Cancel();
|
| }
|
|
|
| void DownloadsDOMHandler::HandleClearAll(const ListValue* args) {
|
|
|