| Index: remoting/base/constants.cc
|
| diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
|
| index 178ec9199d24283c3d70638fcc995eda9cd5daea..72d5f659bb8ee79e706106754cb5fd24ebe9de7b 100644
|
| --- a/remoting/base/constants.cc
|
| +++ b/remoting/base/constants.cc
|
| @@ -18,4 +18,6 @@ const char kVideoChannelName[] = "video";
|
| const char kVideoRtpChannelName[] = "videortp";
|
| const char kVideoRtcpChannelName[] = "videortpc";
|
|
|
| +const char kMimeTypeText[] = "text/plain; charset=UTF-8";
|
| +
|
| } // namespace remoting
|
|
|