| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 7f4022656d7f19297e6514977aa703154962a14b..a80c0d701a2fdd2344f12c6544c567e789ac3725 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -91,8 +91,6 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| bool allowFullscreen() const override { return false; }
|
| bool allowPaymentRequest() const override { return false; }
|
| AtomicString csp() const override { return nullAtom; }
|
| - const WebVector<mojom::blink::PermissionName>& delegatedPermissions()
|
| - const override;
|
| const WebVector<WebFeaturePolicyFeature>& allowedFeatures() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|