| Index: net/url_request/url_fetcher_impl.cc
|
| diff --git a/net/url_request/url_fetcher_impl.cc b/net/url_request/url_fetcher_impl.cc
|
| index ed00e4ef8b8e7b521da8b15e1d92ae411d8b51f3..37a77ffda32fff13fe223abe48ae8a2bfe6edb0a 100644
|
| --- a/net/url_request/url_fetcher_impl.cc
|
| +++ b/net/url_request/url_fetcher_impl.cc
|
| @@ -92,9 +92,8 @@ void URLFetcherImpl::SetRequestContext(
|
| core_->SetRequestContext(request_context_getter);
|
| }
|
|
|
| -void URLFetcherImpl::SetFirstPartyForCookies(
|
| - const GURL& first_party_for_cookies) {
|
| - core_->SetFirstPartyForCookies(first_party_for_cookies);
|
| +void URLFetcherImpl::SetInitiatorURL(const GURL& initiator) {
|
| + core_->SetInitiatorURL(initiator);
|
| }
|
|
|
| void URLFetcherImpl::SetURLRequestUserData(
|
|
|