| Index: third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.h b/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| index 4b553fd8e0a7bf78bec9c9691f8a2b3e8479a12c..2cba4219348360e9d4f7051e825903cf43f9d528 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| @@ -65,6 +65,7 @@ class RemoteFrameOwner final
|
| void setAllowPaymentRequest(bool allowPaymentRequest) {
|
| m_allowPaymentRequest = allowPaymentRequest;
|
| }
|
| + void setCollapsedByClient(bool) override;
|
| void setCsp(const WebString& csp) { m_csp = csp; }
|
| void setDelegatedpermissions(
|
| const WebVector<mojom::blink::PermissionName>& delegatedPermissions) {
|
|
|