Index: chrome/browser/extensions/api/downloads/downloads_api.h |
diff --git a/chrome/browser/extensions/api/downloads/downloads_api.h b/chrome/browser/extensions/api/downloads/downloads_api.h |
index 59abe29da000be43b8ffe27fa4237a2db8dde225..befe9fcb929411f8fc0ea96bc28fe32e8c4c9870 100644 |
--- a/chrome/browser/extensions/api/downloads/downloads_api.h |
+++ b/chrome/browser/extensions/api/downloads/downloads_api.h |
@@ -140,6 +140,7 @@ class DownloadsAcceptDangerFunction : public AsyncExtensionFunction { |
protected: |
virtual ~DownloadsAcceptDangerFunction(); |
void DangerPromptCallback(bool accept, int download_id); |
+ void DangerPromptDestroyed(); |
private: |
DISALLOW_COPY_AND_ASSIGN(DownloadsAcceptDangerFunction); |