| 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 832a511e0485052b894fc45c2c29d0a892bcc36b..4c61e8e4649b59ef22b189e8146203be930bb1a5 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -72,6 +72,7 @@ class WebView;
|
| class WebViewImpl;
|
| enum class WebFrameLoadType;
|
| struct FrameLoadRequest;
|
| +struct WebContentSecurityPolicyViolation;
|
| struct WebPrintParams;
|
|
|
| template <typename T>
|
| @@ -260,6 +261,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;
|
|
|