| Index: ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| index 9b7faff7a7d8774834fa31d9bec4ad3d4e2fbf25..22676d12b52528f8be205c398d233ac2b7977f70 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| @@ -56,7 +56,6 @@ class NaClSubprocess {
|
|
|
| // Start up interfaces.
|
| bool StartSrpcServices();
|
| - bool StartJSObjectProxy(Plugin* plugin, ErrorInfo* error_info);
|
|
|
| // Invoke an Srpc Method. |out_params| must be allocated and cleaned up
|
| // outside of this function, but it will be initialized by this function, and
|
|
|