Chromium Code Reviews| Index: webkit/glue/weburlrequest.h |
| =================================================================== |
| --- webkit/glue/weburlrequest.h (revision 16750) |
| +++ webkit/glue/weburlrequest.h (working copy) |
| @@ -37,10 +37,10 @@ |
| virtual GURL GetURL() const = 0; |
| virtual void SetURL(const GURL& url) = 0; |
| - // Get/set the main document URL, which may be different from the URL for a |
| - // subframe load. |
| - virtual GURL GetMainDocumentURL() const = 0; |
| - virtual void SetMainDocumentURL(const GURL& url) = 0; |
| + // Get/set the URL of the first party for cookies, which may be different |
|
wtc
2009/05/22 20:46:03
What does the first party for cookies mean?
|
| + // from the URL for a subframe load. |
| + virtual GURL GetFirstPartyForCookies() const = 0; |
| + virtual void SetFirstPartyForCookies(const GURL& url) = 0; |
| // Get/set the cache policy. |
| virtual WebRequestCachePolicy GetCachePolicy() const = 0; |