commit | 8640956ae7b2e82acdb8bf962a6483edec07a74c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 30 01:40:48 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 30 01:40:48 2012 |
tree | 04ba4d84d39391af14a3b23ad7006d6dd47a6adc | |
parent | e607239e7f1db8cac8214e44755b37d79b89fd36 [diff] [blame] |
[Chromoting] Let the webapp send text clipboard items to the client plugin. BUG=117473 Review URL: http://codereview.chromium.org/9834036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129757 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc index 6c59a4cc..54ca8b8 100644 --- a/remoting/base/constants.cc +++ b/remoting/base/constants.cc
@@ -18,6 +18,6 @@ const char kVideoRtpChannelName[] = "videortp"; const char kVideoRtcpChannelName[] = "videortpc"; -const char kMimeTypeText[] = "text/plain; charset=UTF-8"; +const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8"; } // namespace remoting