summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/ResourceHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/ResourceHandle.h')
-rw-r--r--WebCore/platform/network/ResourceHandle.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/platform/network/ResourceHandle.h b/WebCore/platform/network/ResourceHandle.h
index 304bdbe..c981483 100644
--- a/WebCore/platform/network/ResourceHandle.h
+++ b/WebCore/platform/network/ResourceHandle.h
@@ -83,8 +83,6 @@ class ResourceRequest;
class ResourceResponse;
class SchedulePair;
class SharedBuffer;
-class SubresourceLoader;
-class SubresourceLoaderClient;
template <typename T> class Timer;
@@ -109,6 +107,9 @@ public:
~ResourceHandle();
+#if PLATFORM(MAC) || USE(CFNETWORK)
+ bool shouldUseCredentialStorage();
+#endif
#if PLATFORM(MAC) || USE(CFNETWORK) || USE(CURL)
void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
void receivedCredential(const AuthenticationChallenge&, const Credential&);