Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: webkit/glue/weburlrequest_impl.h

Issue 115717: Roll webkit DEPS and fix compile errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/weburlrequest_impl.h
===================================================================
--- webkit/glue/weburlrequest_impl.h (revision 16750)
+++ webkit/glue/weburlrequest_impl.h (working copy)
@@ -25,8 +25,8 @@
virtual WebRequest* Clone() const;
virtual void SetURL(const GURL& url);
virtual GURL GetURL() const;
- virtual void SetMainDocumentURL(const GURL& url);
- virtual GURL GetMainDocumentURL() const;
+ virtual void SetFirstPartyForCookies(const GURL& url);
+ virtual GURL GetFirstPartyForCookies() const;
virtual WebRequestCachePolicy GetCachePolicy() const;
virtual void SetCachePolicy(WebRequestCachePolicy policy);
virtual std::string GetHttpMethod() const;

Powered by Google App Engine
This is Rietveld 408576698