Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3683)

Unified Diff: chrome/browser/download/download_danger_prompt.h

Issue 16924017: A few minor changes to the chrome.downloads extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r208716 Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/download/download_danger_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/download/download_danger_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698