| Index: third_party/WebKit/public/platform/WebURLResponse.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
|
| index a9a490f686434e8c686deceb21bcf61ddb75bfde..79f275de6bbc60915f80adba841667572848894e 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -281,6 +281,12 @@ class WebURLResponse {
|
| BLINK_PLATFORM_EXPORT void setCorsExposedHeaderNames(
|
| const WebVector<WebString>&);
|
|
|
| + // Whether service worker navigation preload occurred.
|
| + // See ServiceWorkerResponseInfo::did_navigation_preload() for
|
| + // details.
|
| + BLINK_PLATFORM_EXPORT bool didServiceWorkerNavigationPreload() const;
|
| + BLINK_PLATFORM_EXPORT void setDidServiceWorkerNavigationPreload(bool);
|
| +
|
| // This indicates the location of a downloaded response if the
|
| // WebURLRequest had the downloadToFile flag set to true. This file path
|
| // remains valid for the lifetime of the WebURLLoader used to create it.
|
|
|