| Index: extensions/browser/api/display_source/wifi_display/wifi_display_session_service_impl.h
|
| diff --git a/extensions/browser/api/display_source/wifi_display/wifi_display_session_service_impl.h b/extensions/browser/api/display_source/wifi_display/wifi_display_session_service_impl.h
|
| index 4a8e333dae311b87a68570e6f5310667d3ded01d..49749d720047747d1fabe9627b823bc431917130 100644
|
| --- a/extensions/browser/api/display_source/wifi_display/wifi_display_session_service_impl.h
|
| +++ b/extensions/browser/api/display_source/wifi_display/wifi_display_session_service_impl.h
|
| @@ -9,6 +9,7 @@
|
| #include "extensions/browser/api/display_source/display_source_connection_delegate.h"
|
| #include "extensions/common/mojo/wifi_display_session_service.mojom.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| +#include "mojo/public/cpp/bindings/strong_binding.h"
|
|
|
| namespace content {
|
| class BrowserContext;
|
| @@ -62,6 +63,7 @@ class WiFiDisplaySessionServiceImpl
|
| // Id of the sink of the session this object is associated with.
|
| int sink_id_;
|
|
|
| + mojo::StrongBindingPtr<WiFiDisplaySessionService> binding_;
|
| base::WeakPtrFactory<WiFiDisplaySessionServiceImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WiFiDisplaySessionServiceImpl);
|
|
|