| Index: remoting/protocol/rtcp_writer.h
|
| diff --git a/remoting/protocol/rtcp_writer.h b/remoting/protocol/rtcp_writer.h
|
| index 1e166589a7259c711319a5f635a5dbd57d54afe4..e4a7226a6934925ab65e87772a060b7c7864b262 100644
|
| --- a/remoting/protocol/rtcp_writer.h
|
| +++ b/remoting/protocol/rtcp_writer.h
|
| @@ -24,6 +24,7 @@ class RtcpWriter {
|
| // Initializes the writer. Must be called on the thread the socket
|
| // belongs to.
|
| void Init(net::Socket* socket);
|
| + void Close();
|
|
|
| // Sends next packet. The packet is mutated by
|
| void SendReport(const RtcpReceiverReport& report);
|
|
|