| Index: chrome/browser/ui/views/download/download_item_view_md.h
|
| diff --git a/chrome/browser/ui/views/download/download_item_view_md.h b/chrome/browser/ui/views/download/download_item_view_md.h
|
| index 89bbefa55a51a9ff333139217e6b95e00e2cb74e..2625a31264b79b3f2fb62af863a6df956207848f 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view_md.h
|
| +++ b/chrome/browser/ui/views/download/download_item_view_md.h
|
| @@ -139,7 +139,7 @@ class DownloadItemViewMd : public views::InkDropHostView,
|
| MALICIOUS_MODE // Displaying the malicious download warning.
|
| };
|
|
|
| - void OpenDownload();
|
| + void OpenDownload(const ui::Event& event);
|
|
|
| // Submits the downloaded file to the safebrowsing download feedback service.
|
| // Returns whether submission was successful. On successful submission,
|
|
|