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

Unified Diff: ppapi/api/ppb_websocket.idl

Issue 9619021: WebSocket Pepper API: Implement extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for the final review (revised) Created 8 years, 9 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 | « no previous file | ppapi/c/ppb_websocket.h » ('j') | ppapi/tests/test_websocket.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ppapi/c/ppb_websocket.h » ('j') | ppapi/tests/test_websocket.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698