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

Unified Diff: content/public/browser/presentation_service_delegate.h

Issue 2355723004: [Presentation API] 1-UA: send message between controller and receiver page (Closed)
Patch Set: Merge with changes in Issue 2343013002 Created 4 years, 3 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/public/browser/presentation_service_delegate.h
diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
index 2f981aa7dc4b97a834efbbb8b1f5bc4fa71e9b69..302a1fb9048181b597f8eb6897d404436994bcbd 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -52,6 +52,11 @@ class OffscreenPresentationClient {
public:
OffscreenPresentationClient() {}
+ virtual void OnSessionMessages(
+ const content::PresentationSessionInfo& session,
+ const ScopedVector<PresentationSessionMessage>& messages,
+ bool pass_ownership) = 0;
+
// For controller, add a receiver client
// For receiver, add a controller client
virtual void SetOffscreenPresentationClient(OffscreenPresentationClient*) = 0;
« no previous file with comments | « content/browser/presentation/presentation_service_impl.cc ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698