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

Unified Diff: webkit/api/public/WebURLRequest.h

Issue 112055: Roll DEPS and fix build bustage. Propagate rename of policyBaseURL -> firstP... (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
« no previous file with comments | « DEPS ('k') | webkit/api/src/ChromiumBridge.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « DEPS ('k') | webkit/api/src/ChromiumBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698