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

Unified Diff: components/nacl/renderer/ppb_nacl_private.h

Issue 2562113003: NaCl plugin: Make ServiceRuntime::Shutdown() kill the NaCl loader (Closed)
Patch Set: Created 4 years 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: components/nacl/renderer/ppb_nacl_private.h
diff --git a/components/nacl/renderer/ppb_nacl_private.h b/components/nacl/renderer/ppb_nacl_private.h
index 732c433c569bddc7814932184c386f5b73c1e373..ebf1c60c7c54c9fa5f95b15d1bb27a083c315fe8 100644
--- a/components/nacl/renderer/ppb_nacl_private.h
+++ b/components/nacl/renderer/ppb_nacl_private.h
@@ -281,6 +281,8 @@ class PPBNaClPrivate {
static void InstanceCreated(PP_Instance instance);
/* Performs internal cleanup when an instance is destroyed. */
static void InstanceDestroyed(PP_Instance instance);
+ /* Terminates the NaCl loader process associated with the instance */
+ static void TerminateNaClLoader(PP_Instance instance);
/* Returns the kind of SFI sandbox implemented by NaCl on this
* platform.
*/
« no previous file with comments | « components/nacl/renderer/plugin/service_runtime.cc ('k') | components/nacl/renderer/ppb_nacl_private_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698