| 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 207af0ff18753ea1bd0fc42e6f3157401d3d6e3d..84fe2875d80729e2ea82eb1bc4bbca96190cb15e 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -121,4 +121,8 @@ void FetchContext::addCSPHeaderIfNecessary(Resource::Type, FetchRequest&)
|
| {
|
| }
|
|
|
| +void FetchContext::populateRequestorDataIfNecessary(ResourceRequest&)
|
| +{
|
| +}
|
| +
|
| } // namespace blink
|
|
|