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

Unified Diff: src/shared/srpc/accept_threaded.c

Issue 871713002: Remove NaClPluginLowLevelInitializationComplete() (caller of "init_done" SRPC) (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 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 | « src/shared/srpc/accept.c ('k') | src/shared/srpc/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/srpc/accept_threaded.c
diff --git a/src/shared/srpc/accept_threaded.c b/src/shared/srpc/accept_threaded.c
index d837fb6087cc45e2a5454ea10519fcfae630d848..7fbc7f2526fd70696fc84bcf82ab28d18d70d9e3 100644
--- a/src/shared/srpc/accept_threaded.c
+++ b/src/shared/srpc/accept_threaded.c
@@ -10,7 +10,6 @@
#include "native_client/src/public/imc_syscalls.h"
#include "native_client/src/shared/srpc/nacl_srpc.h"
-#include "native_client/src/shared/srpc/nacl_srpc_ppapi_plugin_internal.h"
#define BOUND_SOCKET 3
@@ -33,7 +32,6 @@ int NaClSrpcAcceptClientOnThread(const struct NaClSrpcHandlerDesc* methods) {
struct WorkerData *worker_data = NULL;
pthread_t worker_tid;
- NaClPluginLowLevelInitializationComplete();
sock_fd = imc_accept(BOUND_SOCKET);
if (sock_fd == -1) {
goto done;
« no previous file with comments | « src/shared/srpc/accept.c ('k') | src/shared/srpc/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698