Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: remoting/protocol/mock_objects.h

Issue 5382008: Refactor ZLib and Verbatim encoders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/jingle_glue/jingle_client.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/mock_objects.h
diff --git a/remoting/protocol/mock_objects.h b/remoting/protocol/mock_objects.h
index 587d41591cfce67cc42477baec2d630095ca0d14..676a608b00ef6ab77c31c8af04e847a154d88857 100644
--- a/remoting/protocol/mock_objects.h
+++ b/remoting/protocol/mock_objects.h
@@ -22,7 +22,6 @@ class MockConnectionToClient : public ConnectionToClient {
MockConnectionToClient() {}
MOCK_METHOD1(Init, void(ChromotocolConnection* connection));
- MOCK_METHOD2(SendInitClientMessage, void(int width, int height));
MOCK_METHOD0(video_stub, VideoStub*());
MOCK_METHOD0(Disconnect, void());
« no previous file with comments | « remoting/jingle_glue/jingle_client.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698