| Index: third_party/WebKit/public/platform/WebURLRequest.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
|
| index dd10f789430f6f0c5c066274261108c82fe270af..96dd326816ff815dcce2cf809d51343e6a64c3d9 100644
|
| --- a/third_party/WebKit/public/platform/WebURLRequest.h
|
| +++ b/third_party/WebKit/public/platform/WebURLRequest.h
|
| @@ -315,6 +315,10 @@ class WebURLRequest {
|
| BLINK_PLATFORM_EXPORT FetchRedirectMode GetFetchRedirectMode() const;
|
| BLINK_PLATFORM_EXPORT void SetFetchRedirectMode(FetchRedirectMode);
|
|
|
| + // The integrity which is used in Fetch API.
|
| + BLINK_PLATFORM_EXPORT WebString GetFetchIntegrity() const;
|
| + BLINK_PLATFORM_EXPORT void SetFetchIntegrity(const WebString&);
|
| +
|
| // The PreviewsState which determines whether to request a Preview version of
|
| // the resource. The PreviewsState is a bitmask of potentially several
|
| // Previews optimizations.
|
|
|