Index: webkit/api/public/WebURLRequest.h |
=================================================================== |
--- webkit/api/public/WebURLRequest.h (revision 16796) |
+++ webkit/api/public/WebURLRequest.h (working copy) |
@@ -76,8 +76,8 @@ |
WEBKIT_API void setURL(const WebURL&) = 0; |
// Used to implement third-party cookie blocking. |
- WEBKIT_API WebURL policyBaseURL() const = 0; |
- WEBKIT_API void setPolicyBaseURL(const WebURL&) = 0; |
+ WEBKIT_API WebURL firstPartyForCookies() const = 0; |
darin (slow to review)
2009/05/22 23:20:03
thanks for fixing up this file!
abarth-chromium
2009/05/22 23:25:47
I couldn't find the implemenation of this function
|
+ WEBKIT_API void setFirstPartyForCookies(const WebURL&) = 0; |
WEBKIT_API CachePolicy cachePolicy() const = 0; |
WEBKIT_API void setCachePolicy(CachePolicy) = 0; |