| Index: remoting/base/constants.h
|
| diff --git a/remoting/base/constants.h b/remoting/base/constants.h
|
| index ed95ccc5a537100389bb3b23ca1d53798bdc7b45..3db2ec1cd47ca41708e0bc3fff8cb4f260f21a08 100644
|
| --- a/remoting/base/constants.h
|
| +++ b/remoting/base/constants.h
|
| @@ -24,6 +24,9 @@ extern const char kVideoChannelName[];
|
| extern const char kVideoRtpChannelName[];
|
| extern const char kVideoRtcpChannelName[];
|
|
|
| +// MIME types for the clipboard.
|
| +extern const char kMimeTypeText[];
|
| +
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_BASE_CONSTANTS_H_
|
|
|