| 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 f5e7929ce49d63f00a34573c4dad7fb57e61c438..6ae03387cdcc121db0efa559292a2c74025b50aa 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| @@ -220,7 +220,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) {
|
|
|