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

Unified Diff: Source/modules/presentation/Presentation.h

Issue 1206513004: [PresentationAPI] on-session-message handler for binary messages (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased. layout test update. Created 5 years, 6 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: Source/modules/presentation/Presentation.h
diff --git a/Source/modules/presentation/Presentation.h b/Source/modules/presentation/Presentation.h
index 8aaf55c7bff88ded31526a3552f77db9f3847503..1d3074535743c2b52e99d40ec57092cd5c720aae 100644
--- a/Source/modules/presentation/Presentation.h
+++ b/Source/modules/presentation/Presentation.h
@@ -69,6 +69,7 @@ public:
// Called when the |onmessage| event needs to be fired to the right session.
void didReceiveSessionTextMessage(WebPresentationSessionClient*, const String& message);
+ void didReceiveSessionBinaryMessage(WebPresentationSessionClient*, const uint8_t* data, size_t length);
// Adds a session to the open sessions list.
void registerSession(PresentationSession*);

Powered by Google App Engine
This is Rietveld 408576698