| Index: remoting/protocol/jingle_session.cc
|
| diff --git a/remoting/protocol/jingle_session.cc b/remoting/protocol/jingle_session.cc
|
| index b30101c1244ee932064c33d4eb53c6925630da6f..4f7f83fd80baf628d9615db07042829eb3e4bcea 100644
|
| --- a/remoting/protocol/jingle_session.cc
|
| +++ b/remoting/protocol/jingle_session.cc
|
| @@ -26,13 +26,6 @@ using cricket::BaseSession;
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -namespace {
|
| -
|
| -const char kControlChannelName[] = "control";
|
| -const char kEventChannelName[] = "event";
|
| -
|
| -} // namespace
|
| -
|
| // static
|
| JingleSession* JingleSession::CreateClientSession(
|
| JingleSessionManager* manager, const std::string& host_public_key) {
|
|
|