| Index: ppapi/native_client/src/trusted/plugin/srpc_client.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/srpc_client.h b/ppapi/native_client/src/trusted/plugin/srpc_client.h
|
| index 072c263a19cf0b35a02265238b2f49ebf7dae206..34b2b0de1d947c978e38ad2e0f269e42cf520b3b 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/srpc_client.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/srpc_client.h
|
| @@ -40,7 +40,6 @@ class SrpcClient {
|
| // The destructor closes the connection to sel_ldr.
|
| ~SrpcClient();
|
|
|
| - bool StartJSObjectProxy(Plugin* plugin, ErrorInfo* error_info);
|
| // Test whether the SRPC service has a given method.
|
| bool HasMethod(const nacl::string& method_name);
|
| // Invoke an SRPC method.
|
|
|