| Index: net/url_request/url_fetcher_core.cc
|
| diff --git a/net/url_request/url_fetcher_core.cc b/net/url_request/url_fetcher_core.cc
|
| index d95f063a20e8e1e725f555b137e42fd32e922749..545e2125d91f886ecafa30ef68ac995d6d2f796d 100644
|
| --- a/net/url_request/url_fetcher_core.cc
|
| +++ b/net/url_request/url_fetcher_core.cc
|
| @@ -247,6 +247,10 @@ void URLFetcherCore::SetFirstPartyForCookies(
|
| first_party_for_cookies_ = first_party_for_cookies;
|
| }
|
|
|
| +void URLFetcherCore::SetRequestorOrigin(const url::Origin& requestor_origin) {
|
| + requestor_origin_ = requestor_origin;
|
| +}
|
| +
|
| void URLFetcherCore::SetURLRequestUserData(
|
| const void* key,
|
| const URLFetcher::CreateDataCallback& create_data_callback) {
|
|
|