| Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| index ca03599be2b53d031a2004a82c0ee843bce0f893..5429adefa2ed50c18a0c2997a7b3a91654bfbcbd 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -47,10 +47,6 @@ void FetchContext::addAdditionalRequestHeaders(ResourceRequest&, FetchResourceTy
|
| {
|
| }
|
|
|
| -void FetchContext::setFirstPartyForCookies(ResourceRequest&)
|
| -{
|
| -}
|
| -
|
| CachePolicy FetchContext::getCachePolicy() const
|
| {
|
| return CachePolicyVerify;
|
| @@ -121,4 +117,8 @@ void FetchContext::addCSPHeaderIfNecessary(Resource::Type, FetchRequest&)
|
| {
|
| }
|
|
|
| +void FetchContext::populateRequestData(ResourceRequest&)
|
| +{
|
| +}
|
| +
|
| } // namespace blink
|
|
|