| Index: remoting/protocol/util.h
|
| diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h
|
| index 53e1f677e48ffca9146b87ebb2f03abc6ab18ac7..802e65c36f3375c9f203763001b85b1e7846b151 100644
|
| --- a/remoting/protocol/util.h
|
| +++ b/remoting/protocol/util.h
|
| @@ -23,9 +23,6 @@ namespace protocol {
|
| scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage(
|
| const google::protobuf::MessageLite& msg);
|
|
|
| -// Create a runnable task that deletes a message.
|
| -Task* NewDeleteMessageTask(google::protobuf::MessageLite* message);
|
| -
|
| } // namespace protocol
|
| } // namespace remoting
|
|
|
|
|