| Index: ppapi/native_client/src/trusted/plugin/srpc_client.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/srpc_client.cc b/ppapi/native_client/src/trusted/plugin/srpc_client.cc
|
| index 31cc37b7ab260dd592cc5a93f337c229f5df8a0f..e22ed34c0f2a383ce68edf355bf0fbabdeaca9f6 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/srpc_client.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/srpc_client.cc
|
| @@ -104,12 +104,6 @@ SrpcClient::~SrpcClient() {
|
| PLUGIN_PRINTF(("SrpcClient::~SrpcClient (return)\n"));
|
| }
|
|
|
| -bool SrpcClient::StartJSObjectProxy(Plugin* plugin, ErrorInfo *error_info) {
|
| - // Start up PPAPI interaction if the plugin determines that the
|
| - // requisite methods are exported.
|
| - return plugin->StartProxiedExecution(&srpc_channel_, error_info);
|
| -}
|
| -
|
| void SrpcClient::GetMethods() {
|
| PLUGIN_PRINTF(("SrpcClient::GetMethods (this=%p)\n",
|
| static_cast<void*>(this)));
|
|
|