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

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: Revert "add typedef uint8_t for WIN32" Created 5 years, 5 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 2ad18a27d95047389cf927e44ea80ce4fa19954e..7bbf79ff91cdc9b74906b51c577b2759f8b570f8 100644
--- a/Source/modules/presentation/Presentation.h
+++ b/Source/modules/presentation/Presentation.h
@@ -58,6 +58,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*);
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/presentation/Presentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698