| 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 18322bd5434fa2629ed9eef84e28605af737d938..c6dea00c184773ea1a0df8501498ceb92fee5b76 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -73,7 +73,6 @@
|
| class WebViewImpl;
|
| enum class WebFrameLoadType;
|
| struct FrameLoadRequest;
|
| -struct WebContentSecurityPolicyViolation;
|
| struct WebPrintParams;
|
|
|
| template <typename T>
|
| @@ -263,8 +262,6 @@
|
| 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;
|
|
|