Index: ipc/ipc_channel_nacl.cc |
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc |
index 37ba92fa24307adff47bda1f0fbbf43e2fd14a23..909b60686a13ed7291d04b713d1101bcf3169852 100644 |
--- a/ipc/ipc_channel_nacl.cc |
+++ b/ipc/ipc_channel_nacl.cc |
@@ -385,10 +385,6 @@ |
return base::kNullProcessId; |
} |
-bool ChannelNacl::IsAttachmentBrokerEndpoint() { |
- return is_attachment_broker_endpoint(); |
-} |
- |
// Channel's methods |
// static |