From dffd79ee620316b36c93e54d8dc759bbede67912 Mon Sep 17 00:00:00 2001 From: "wez@chromium.org" Date: Wed, 20 Jul 2011 21:27:50 +0000 Subject: Purge references to JingleClient. BUG= TEST= Review URL: http://codereview.chromium.org/7459002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93254 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/jingle_glue/xmpp_signal_strategy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'remoting/jingle_glue/xmpp_signal_strategy.h') diff --git a/remoting/jingle_glue/xmpp_signal_strategy.h b/remoting/jingle_glue/xmpp_signal_strategy.h index 9378489..9deb5f0 100644 --- a/remoting/jingle_glue/xmpp_signal_strategy.h +++ b/remoting/jingle_glue/xmpp_signal_strategy.h @@ -42,8 +42,6 @@ class XmppSignalStrategy : public SignalStrategy, virtual bool HandleStanza(const buzz::XmlElement* stanza) OVERRIDE; private: - friend class JingleClientTest; - void OnConnectionStateChanged(buzz::XmppEngine::State state); static buzz::PreXmppAuth* CreatePreXmppAuth( const buzz::XmppClientSettings& settings); -- cgit v1.1