| Index: components/nacl/renderer/plugin/service_runtime.h
|
| diff --git a/components/nacl/renderer/plugin/service_runtime.h b/components/nacl/renderer/plugin/service_runtime.h
|
| index cc966a4c5a5f3aa44be8be8227e8f904f669d966..61e472472e8cb361b6c0bd386ff91c9aa39c9ce1 100644
|
| --- a/components/nacl/renderer/plugin/service_runtime.h
|
| +++ b/components/nacl/renderer/plugin/service_runtime.h
|
| @@ -20,7 +20,6 @@
|
| #include "native_client/src/include/nacl_scoped_ptr.h"
|
| #include "native_client/src/public/imc_types.h"
|
| #include "native_client/src/shared/platform/nacl_sync.h"
|
| -#include "native_client/src/shared/srpc/nacl_srpc.h"
|
| #include "ppapi/cpp/completion_callback.h"
|
|
|
| namespace plugin {
|
| @@ -28,7 +27,6 @@ namespace plugin {
|
| class ErrorInfo;
|
| class Plugin;
|
| class SelLdrLauncherChrome;
|
| -class SrpcClient;
|
| class ServiceRuntime;
|
|
|
| // Struct of params used by StartSelLdr. Use a struct so that callback
|
| @@ -65,9 +63,6 @@ class ServiceRuntime {
|
| // This function must only be called once.
|
| void StartNexe();
|
|
|
| - // Starts the application channel to the nexe.
|
| - SrpcClient* SetupAppChannel();
|
| -
|
| Plugin* plugin() const { return plugin_; }
|
| void Shutdown();
|
|
|
|
|