summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/ResourceHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ResourceHandle.h')
-rw-r--r--Source/WebCore/platform/network/ResourceHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/ResourceHandle.h b/Source/WebCore/platform/network/ResourceHandle.h
index fbea7c92a..b9bf34feb 100644
--- a/Source/WebCore/platform/network/ResourceHandle.h
+++ b/Source/WebCore/platform/network/ResourceHandle.h
@@ -34,6 +34,7 @@
#if USE(SOUP)
typedef struct _SoupSession SoupSession;
+typedef struct _SoupRequest SoupRequest;
#endif
#if USE(CF)
@@ -167,7 +168,9 @@ public:
#endif
#if USE(SOUP)
+ void sendPendingRequest();
static SoupSession* defaultSession();
+ static uint64_t getSoupRequestInitiaingPageID(SoupRequest*);
static void setHostAllowsAnyHTTPSCertificate(const String&);
static void setClientCertificate(const String& host, GTlsCertificate*);
static void setIgnoreSSLErrors(bool);