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

Unified Diff: webkit/glue/resource_handle_impl.cc

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
Index: webkit/glue/resource_handle_impl.cc
===================================================================
--- webkit/glue/resource_handle_impl.cc (revision 16796)
+++ webkit/glue/resource_handle_impl.cc (working copy)
@@ -423,7 +423,7 @@
bridge_.reset(ResourceLoaderBridge::Create(
webkit_glue::CStringToStdString(method),
url,
- webkit_glue::KURLToGURL(request_.policyURL()),
+ webkit_glue::KURLToGURL(request_.firstPartyForCookies()),
referrer,
frame_origin,
main_frame_origin,

Powered by Google App Engine
This is Rietveld 408576698