summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/Downloads/DownloadProxy.h')
-rw-r--r--Source/WebKit2/UIProcess/Downloads/DownloadProxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h b/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h
index a155d72..2643173 100644
--- a/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h
+++ b/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h
@@ -34,6 +34,7 @@
#include <wtf/PassRefPtr.h>
namespace WebCore {
+ class AuthenticationChallenge;
class ResourceError;
class ResourceResponse;
}
@@ -69,6 +70,7 @@ private:
// Message handlers.
void didStart(const WebCore::ResourceRequest&);
+ void didReceiveAuthenticationChallenge(const WebCore::AuthenticationChallenge&, uint64_t challengeID);
void didReceiveResponse(const WebCore::ResourceResponse&);
void didReceiveData(uint64_t length);
void shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result);