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

Unified Diff: Source/modules/presentation/PresentationController.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/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index 3b1ea1f74da7deefaba029a0500fc3c56a1f2261..693699f58e0a82241809b74d89c74b2c1948a624 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -47,6 +47,7 @@ public:
virtual void didStartDefaultSession(WebPresentationSessionClient*) override;
virtual void didChangeSessionState(WebPresentationSessionClient*, WebPresentationSessionState) override;
virtual void didReceiveSessionTextMessage(WebPresentationSessionClient*, const WebString&) override;
+ virtual void didReceiveSessionBinaryMessage(WebPresentationSessionClient*, const uint8_t* data, size_t length) override;
// Called when the first listener was added to or the last listener was removed from the
// |availablechange| event.

Powered by Google App Engine
This is Rietveld 408576698