summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/ResourceHandleClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/ResourceHandleClient.h')
-rw-r--r--WebCore/platform/network/ResourceHandleClient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/platform/network/ResourceHandleClient.h b/WebCore/platform/network/ResourceHandleClient.h
index 54c27d2..c99be54 100644
--- a/WebCore/platform/network/ResourceHandleClient.h
+++ b/WebCore/platform/network/ResourceHandleClient.h
@@ -79,8 +79,6 @@ namespace WebCore {
virtual bool shouldUseCredentialStorage(ResourceHandle*) { return false; }
virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { }
virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { }
- virtual void receivedCredential(ResourceHandle*, const AuthenticationChallenge&, const Credential&) { }
- virtual void receivedRequestToContinueWithoutCredential(ResourceHandle*, const AuthenticationChallenge&) { }
virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { }
#if PLATFORM(MAC)