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

Unified Diff: Source/modules/presentation/PresentationSession.idl

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/PresentationSession.idl
diff --git a/Source/modules/presentation/PresentationSession.idl b/Source/modules/presentation/PresentationSession.idl
index 6391ed24981ea9fa76eaf6125c6b59e9e6c5de4a..493f8ca4ed858ba2222e846e41c141ed8d924a4d 100644
--- a/Source/modules/presentation/PresentationSession.idl
+++ b/Source/modules/presentation/PresentationSession.idl
@@ -19,7 +19,7 @@ enum PresentationSessionState {
attribute EventHandler onstatechange;
// Communication
- // TODO(avayvod): attribute BinaryType binaryType;
+ attribute BinaryType binaryType;
attribute EventHandler onmessage;
[RaisesException] void send(DOMString message);
[RaisesException] void send(Blob data);
« no previous file with comments | « Source/modules/presentation/PresentationSession.cpp ('k') | public/platform/modules/presentation/WebPresentationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698