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

Unified Diff: ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c

Issue 513273003: Drop NaCl support for posting stdout/stderr to JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out documentation changes. Created 6 years, 3 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/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c
diff --git a/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c b/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c
index 0d57dfbf2337dc723591189e48c47c18f30d505b..ea61366ede191ceea701a8c96615e69a3e730452 100644
--- a/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c
+++ b/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c
@@ -121,13 +121,6 @@ static void PppMessagingHandleMessage(PP_Instance instance,
result = g_browser_var->VarFromUtf8(kFailed, strlen(kFailed));
}
- /*
- * This is a workaround for the problem that the messages sent by
- * the "dev://postmessage" are unsynchronized. The Javascript code
- * looks for this message before finishing the test.
- */
- fprintf(stderr, "\nEND_OF_LOG\n");
-
g_browser_messaging->PostMessage(instance, result);
}
« no previous file with comments | « ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698