| 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..498f366277817dbc8670104c93a3eba2ca509d10 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::populateRequestData(ResourceRequest&)
|
| +{
|
| +}
|
| +
|
| } // namespace blink
|
|
|