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

Unified Diff: ppapi/c/dev/ppb_websocket_dev.h

Issue 9026007: WebSocket Pepper API: WebArrayBuffer support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wen32 build catch missing PP_ToBool Created 8 years, 11 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
« no previous file with comments | « ppapi/api/dev/ppb_websocket_dev.idl ('k') | ppapi/cpp/dev/websocket_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_websocket_dev.h
diff --git a/ppapi/c/dev/ppb_websocket_dev.h b/ppapi/c/dev/ppb_websocket_dev.h
index e9e524f03b306ad32240904c9dc97f251f9ee366..e138f2b9ca593d18e46736bc557bf82533a4829e 100644
--- a/ppapi/c/dev/ppb_websocket_dev.h
+++ b/ppapi/c/dev/ppb_websocket_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_websocket_dev.idl modified Wed Jan 11 14:21:33 2012. */
+/* From dev/ppb_websocket_dev.idl modified Wed Jan 18 20:17:45 2012. */
#ifndef PPAPI_C_DEV_PPB_WEBSOCKET_DEV_H_
#define PPAPI_C_DEV_PPB_WEBSOCKET_DEV_H_
@@ -341,7 +341,7 @@ struct PPB_WebSocket_Dev_0_9 {
* @param[in] web_socket A <code>PP_Resource</code> corresponding to a
* WebSocket.
*
- * @param[in] binary_type Binary object type for receibing binary frames
+ * @param[in] binary_type Binary object type for receiving binary frames
* representation.
*
* @return Returns <code>PP_FALSE</code> if the specified type is not
@@ -350,13 +350,13 @@ struct PPB_WebSocket_Dev_0_9 {
PP_Bool (*SetBinaryType)(PP_Resource web_socket,
PP_WebSocketBinaryType_Dev binary_type);
/**
- * GetBinaryType() returns currently specified binary object type for
- * receiving binary frames representation.
+ * GetBinaryType() returns the currently specified binary object type for
+ * receiving binary frames.
*
* @param[in] web_socket A <code>PP_Resource</code> corresponding to a
* WebSocket.
*
- * @return Returns <code>PP_WebSocketBinaryType_Dev</code> represents
+ * @return Returns <code>PP_WebSocketBinaryType_Dev</code> represents the
* current binary object type.
*/
PP_WebSocketBinaryType_Dev (*GetBinaryType)(PP_Resource web_socket);
« no previous file with comments | « ppapi/api/dev/ppb_websocket_dev.idl ('k') | ppapi/cpp/dev/websocket_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698