summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/CookieJar.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/CookieJar.h')
-rw-r--r--WebCore/platform/CookieJar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/CookieJar.h b/WebCore/platform/CookieJar.h
index 987543e..fb1abee 100644
--- a/WebCore/platform/CookieJar.h
+++ b/WebCore/platform/CookieJar.h
@@ -36,7 +36,9 @@ namespace WebCore {
struct Cookie;
+ // cookies omits HttpOnly cookies.
String cookies(const Document*, const KURL&);
+ String cookieRequestHeaderFieldValue(const Document*, const KURL&);
void setCookies(Document*, const KURL&, const String&);
bool cookiesEnabled(const Document*);
bool getRawCookies(const Document*, const KURL&, Vector<Cookie>&);