| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index ec3565168ce831a06793085a82588b36d8575fad..870c38a71d239e4d87c497d244895bf4e651f4fc 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -183,7 +183,6 @@ class Plugin : public pp::Instance {
|
| // pointer to this object, not from base's Delete().
|
| ~Plugin();
|
|
|
| - bool EarlyInit();
|
| // Shuts down socket connection, service runtime, and receive thread,
|
| // in this order, for the main nacl subprocess.
|
| void ShutDownSubprocesses();
|
|
|