diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-20 21:27:50 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-20 21:27:50 +0000 |
commit | dffd79ee620316b36c93e54d8dc759bbede67912 (patch) | |
tree | d9cb564fb71a472238d0b8ce70d852677293ab3f /remoting/jingle_glue/xmpp_signal_strategy.h | |
parent | 15f4dbad38c1554d25e2b62b091e2de2c69f7035 (diff) | |
download | chromium_src-dffd79ee620316b36c93e54d8dc759bbede67912.zip chromium_src-dffd79ee620316b36c93e54d8dc759bbede67912.tar.gz chromium_src-dffd79ee620316b36c93e54d8dc759bbede67912.tar.bz2 |
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
Diffstat (limited to 'remoting/jingle_glue/xmpp_signal_strategy.h')
-rw-r--r-- | remoting/jingle_glue/xmpp_signal_strategy.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |