| Index: remoting/protocol/jingle_session.cc
|
| diff --git a/remoting/protocol/jingle_session.cc b/remoting/protocol/jingle_session.cc
|
| index 3a906e23f321228b85b856e769125346aa06b396..8d47e2fc1ccacf363868358348274dc893a1d351 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) {
|
|
|