Chromium Code Reviews| Index: chrome/browser/download/download_danger_prompt.h |
| diff --git a/chrome/browser/download/download_danger_prompt.h b/chrome/browser/download/download_danger_prompt.h |
| index 2ab5bb05e8655b8ab274ae1f91a0a8349056a5d9..c6bbfdd325b9f5d2ca8da4c6a217d938e82868fc 100644 |
| --- a/chrome/browser/download/download_danger_prompt.h |
| +++ b/chrome/browser/download/download_danger_prompt.h |
| @@ -40,7 +40,8 @@ class DownloadDangerPrompt { |
| content::WebContents* web_contents, |
| bool show_context, |
| const base::Closure& accepted, |
| - const base::Closure& canceled); |
| + const base::Closure& canceled, |
| + const base::Closure& destroyed); |
|
asanka
2013/06/28 21:59:59
I'm guessing this would be the equivalent of the n
benjhayden
2013/07/11 15:32:28
Done.
|
| protected: |
| friend class DownloadDangerPromptTest; |