| 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.
|
| */
|
|
|