| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 68980612eaba0756b9feaf5a2a341be122ae8398..e9d42d86aa9390e9603917302128bc5b0792dba5 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -73,6 +73,7 @@ class WebView;
|
| class WebViewImpl;
|
| enum class WebFrameLoadType;
|
| struct FrameLoadRequest;
|
| +struct WebContentSecurityPolicyViolation;
|
| struct WebPrintParams;
|
|
|
| template <typename T>
|
| @@ -261,6 +262,8 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| WebHistoryLoadType,
|
| bool isClientRedirect) override;
|
| bool maybeRenderFallbackContent(const WebURLError&) const override;
|
| + void reportContentSecurityPolicyViolation(
|
| + const blink::WebContentSecurityPolicyViolation&) override;
|
| bool isLoading() const override;
|
| bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
|
|