Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Unified Diff: content/renderer/presentation/presentation_session_client.h

Issue 1084293004: [PresentationAPI] Added on-session-message handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « content/renderer/presentation/presentation_dispatcher.cc ('k') | content/renderer/presentation/presentation_session_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698