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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnectionList.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: third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h b/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
index 8a896ebcce29fe955e05953038e0adf9c3aeecd6..0e2c07f135f1321810894ed27ed74faa484c1033 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
@@ -14,6 +14,8 @@
namespace blink {
+class WebPresentationConnectionClient;
+
// Implements the PresentationConnectionList interface from the Presentation API from
// which represents set of presentation connections in the set of
// presentation controllers.
@@ -37,6 +39,7 @@ public:
void addConnection(PresentationConnection*);
void dispatchConnectionAvailableEvent(PresentationConnection*);
bool isEmpty();
+ PresentationConnection* findConnection(WebPresentationConnectionClient*);
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698