summaryrefslogtreecommitdiffstats
path: root/webkit/glue/weburlloader_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/weburlloader_impl.cc')
-rw-r--r--webkit/glue/weburlloader_impl.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/weburlloader_impl.cc b/webkit/glue/weburlloader_impl.cc
index 26a783e..9105157 100644
--- a/webkit/glue/weburlloader_impl.cc
+++ b/webkit/glue/weburlloader_impl.cc
@@ -421,11 +421,6 @@ void WebURLLoaderImpl::Context::Start(
HeaderFlattener flattener(load_flags);
request.visitHTTPHeaderFields(&flattener);
- // TODO(abarth): These are wrong! I need to figure out how to get the right
- // strings here. See: http://crbug.com/8706
- std::string frame_origin = request.firstPartyForCookies().spec();
- std::string main_frame_origin = request.firstPartyForCookies().spec();
-
// TODO(brettw) this should take parameter encoding into account when
// creating the GURLs.
@@ -434,8 +429,6 @@ void WebURLLoaderImpl::Context::Start(
request_info.url = url;
request_info.first_party_for_cookies = request.firstPartyForCookies();
request_info.referrer = referrer_url;
- request_info.frame_origin = frame_origin;
- request_info.main_frame_origin = main_frame_origin;
request_info.headers = flattener.GetBuffer();
request_info.load_flags = load_flags;
// requestor_pid only needs to be non-zero if the request originates outside