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

Unified Diff: src/shared/srpc/accept.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/BUILD.gn ('k') | src/shared/srpc/accept_threaded.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/srpc/accept.c
diff --git a/src/shared/srpc/accept.c b/src/shared/srpc/accept.c
index 27c201084ae643574326db3fe58775923e5b0cee..7bc8eebe04f01a3497850eaff6ab50a06028d54e 100644
--- a/src/shared/srpc/accept.c
+++ b/src/shared/srpc/accept.c
@@ -9,7 +9,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_internal.h"
-#include "native_client/src/shared/srpc/nacl_srpc_ppapi_plugin_internal.h"
#define BOUND_SOCKET 3
@@ -20,7 +19,6 @@ int NaClSrpcAcceptClientConnection(const struct NaClSrpcHandlerDesc *methods) {
NaClSrpcLog(1, "NaClSrpcAcceptClientConnection(methods=%p)\n",
(void*) methods);
- NaClPluginLowLevelInitializationComplete();
sock_fd = imc_accept(BOUND_SOCKET);
if (sock_fd == -1) {
NaClSrpcLog(NACL_SRPC_LOG_ERROR,
« no previous file with comments | « src/shared/srpc/BUILD.gn ('k') | src/shared/srpc/accept_threaded.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698