| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index aad2404223ad5a4d6ec402328f81e4ac9c6f6034..dce35d1352d60c02a809074b686cd7e831f527ec 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -426,6 +426,7 @@ void FrameFetchContext::DispatchDidChangeResourcePriority(
|
|
|
| void FrameFetchContext::PrepareRequest(ResourceRequest& request,
|
| RedirectType redirect_type) {
|
| +
|
| GetFrame()->Loader().ApplyUserAgent(request);
|
| GetLocalFrameClient()->DispatchWillSendRequest(request);
|
|
|
|
|