| Index: third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| index 3e63db337cff78fbb3111d687e3e9e252b3b70dc..48ff91f186eb638a927319990d1accc7929fabcb 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| @@ -380,6 +380,11 @@ void ResourceRequest::setExternalRequestStateFromRequestorAddressSpace(WebAddres
|
| m_isExternalRequest = requestorSpace > targetSpace;
|
| }
|
|
|
| +void ResourceRequest::setNavigationStartTime(double navigationStart)
|
| +{
|
| + m_navigationStart = navigationStart;
|
| +}
|
| +
|
| bool ResourceRequest::isConditional() const
|
| {
|
| return (m_httpHeaderFields.contains(HTTPNames::If_Match)
|
|
|