diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 00:55:18 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 00:55:18 +0000 |
commit | 1635de0fadc0a867187208769d37e466a8e9914f (patch) | |
tree | 90e970ed50159a62164e51d5df28175215faf8b5 /remoting/jingle_glue/mock_objects.h | |
parent | e321a3c8eef6418c248743fdb68aa8bbba02e98f (diff) | |
download | chromium_src-1635de0fadc0a867187208769d37e466a8e9914f.zip chromium_src-1635de0fadc0a867187208769d37e466a8e9914f.tar.gz chromium_src-1635de0fadc0a867187208769d37e466a8e9914f.tar.bz2 |
Remove old tunneling code from remoting/jingle_glue.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3574014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62489 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/jingle_glue/mock_objects.h')
-rw-r--r-- | remoting/jingle_glue/mock_objects.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/remoting/jingle_glue/mock_objects.h b/remoting/jingle_glue/mock_objects.h index 0698ca6..5963132 100644 --- a/remoting/jingle_glue/mock_objects.h +++ b/remoting/jingle_glue/mock_objects.h @@ -6,23 +6,11 @@ #define REMOTING_JINGLE_GLUE_MOCK_OBJECTS_H_ #include "media/base/data_buffer.h" -#include "remoting/jingle_glue/jingle_channel.h" #include "testing/gmock/include/gmock/gmock.h" #include "third_party/libjingle/source/talk/base/stream.h" namespace remoting { -class MockJingleChannel : public JingleChannel { - public: - MockJingleChannel() {} - - MOCK_METHOD1(Write, void(scoped_refptr<media::DataBuffer> data)); - MOCK_METHOD0(Close, void()); - - private: - DISALLOW_COPY_AND_ASSIGN(MockJingleChannel); -}; - class MockStream : public talk_base::StreamInterface { public: virtual ~MockStream() { } |