| Index: ppapi/api/ppb_websocket.idl
|
| diff --git a/ppapi/api/ppb_websocket.idl b/ppapi/api/ppb_websocket.idl
|
| index 8b2eb4a4105ff976eaaa98e4e79e32f9b6b74f56..95dd1ec3a1f61527d794a0220047013f1ff3d688 100644
|
| --- a/ppapi/api/ppb_websocket.idl
|
| +++ b/ppapi/api/ppb_websocket.idl
|
| @@ -391,7 +391,6 @@ interface PPB_WebSocket {
|
| * @return Returns a <code>PP_VARTYPE_STRING</code> var. If called before the
|
| * connection is established, the var's data is an empty string. Returns a
|
| * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource.
|
| - * Currently the var's data for valid resources are always an empty string.
|
| */
|
| PP_Var GetExtensions([in] PP_Resource web_socket);
|
|
|
|
|