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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc

Issue 334983007: [NaCl SDK] Remove use of TIOCNACLINPUT from nacl_io/ppapi_simple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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: native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc b/native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc
index b341c4b625cdb178da3feb396ffad44fd5df48b0..ea2ba546797dba1daa6137487a0e3882b801c914 100644
--- a/native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc
+++ b/native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc
@@ -155,7 +155,11 @@ class JSPipeNodeTest : public ::testing::Test {
}
// Verify the contents of the jspipe mesage, which should be
- // {'<pipe_name>' : ['<command_name>', payload] }
+ // {
+ // "pipe": '<pipe_name>',
+ // "operation": '<command_name>',
+ // "payload": payload
+ // }
void VerifyPipeMessage(PP_Var message,
const char* pipe_name,
const char* operation,
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc ('k') | native_client_sdk/src/tests/nacl_io_test/tty_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698