| Index: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| index d2376b9bc9e024b6809b1340f8901c4562ed0092..ba5f090b4e771e1a7f240f4fd0fb9f90e44b5726 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| @@ -402,6 +402,8 @@ bool WebURLRequest::isExternalRequest() const {
|
| }
|
|
|
| WebURLRequest::LoadingIPCType WebURLRequest::getLoadingIPCType() const {
|
| + if (m_resourceRequest->isMojoIPCForced())
|
| + return WebURLRequest::LoadingIPCType::Mojo;
|
| if (RuntimeEnabledFeatures::loadingWithMojoEnabled())
|
| return WebURLRequest::LoadingIPCType::Mojo;
|
| return WebURLRequest::LoadingIPCType::ChromeIPC;
|
|
|