| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index 11b9119b28bd500f1ad2d8ba4e5a37cdeaee7c09..ba5ef42ee7a0f75feaeb4335de0c28ebc2c8b0fb 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -266,10 +266,6 @@ class IPC_EXPORT Channel : public Endpoint {
|
| // deleted once the contents of the Message have been sent.
|
| bool Send(Message* message) override = 0;
|
|
|
| - // IsSendThreadSafe returns true iff it's safe to call |Send| from non-IO
|
| - // threads. This is constant for the lifetime of the |Channel|.
|
| - virtual bool IsSendThreadSafe() const;
|
| -
|
| // NaCl in Non-SFI mode runs on Linux directly, and the following functions
|
| // compiled on Linux are also needed. Please see also comments in
|
| // components/nacl_nonsfi.gyp for more details.
|
|
|