| Index: content/renderer/presentation/presentation_connection_proxy.h
|
| diff --git a/content/renderer/presentation/presentation_connection_proxy.h b/content/renderer/presentation/presentation_connection_proxy.h
|
| index f6a56b472666593ad77a042dff5022ceb0443443..1c79ae226ca82242dd57359b10eb7b7be5be563b 100644
|
| --- a/content/renderer/presentation/presentation_connection_proxy.h
|
| +++ b/content/renderer/presentation/presentation_connection_proxy.h
|
| @@ -86,6 +86,8 @@ class CONTENT_EXPORT PresentationConnectionProxy
|
|
|
| // blink::WebPresentationConnectionProxy implementation.
|
| void Close() const override;
|
| + void NotifyTargetConnection(
|
| + blink::WebPresentationConnectionState state) override;
|
|
|
| protected:
|
| explicit PresentationConnectionProxy(
|
|
|