| Index: content/renderer/presentation/presentation_session_client.h
|
| diff --git a/content/renderer/presentation/presentation_session_client.h b/content/renderer/presentation/presentation_session_client.h
|
| index 1bdcf15bf2860dba39f64da1a91b5c4c4dd3bbbf..3f2bb20216d1a7bd125438f31d1e0cb6d6e4b6c6 100644
|
| --- a/content/renderer/presentation/presentation_session_client.h
|
| +++ b/content/renderer/presentation/presentation_session_client.h
|
| @@ -19,6 +19,8 @@ class CONTENT_EXPORT PresentationSessionClient
|
| public:
|
| explicit PresentationSessionClient(
|
| presentation::PresentationSessionInfoPtr session_info);
|
| + explicit PresentationSessionClient(const mojo::String& url,
|
| + const mojo::String& id);
|
| ~PresentationSessionClient() override;
|
|
|
| // WebPresentationSessionClient implementation.
|
|
|