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

Unified Diff: blimp/net/test_common.h

Issue 1551583003: Implementation and fixes for Blimp client/engine E2E communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dtrainor-linux-cl1528243002
Patch Set: Fixed misplaced EXPORT directive Created 4 years, 12 months 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 | « blimp/net/stream_packet_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/test_common.h
diff --git a/blimp/net/test_common.h b/blimp/net/test_common.h
index bc95e784a8dd3bdcb646d9e4c62a8f32adae2ce9..302060ad80374b3e3f9f1408027e7da45a3ae554 100644
--- a/blimp/net/test_common.h
+++ b/blimp/net/test_common.h
@@ -180,7 +180,11 @@ class MockBlimpConnection : public BlimpConnection {
MOCK_METHOD1(SetIncomingMessageProcessor,
void(BlimpMessageProcessor* processor));
- MOCK_METHOD0(GetOutgoingMessageProcessor, BlimpMessageProcessor*());
+ MOCK_METHOD1(AddConnectionErrorObserver, void(ConnectionErrorObserver*));
+
+ MOCK_METHOD1(RemoveConnectionErrorObserver, void(ConnectionErrorObserver*));
+
+ MOCK_METHOD0(GetOutgoingMessageProcessor, BlimpMessageProcessor*(void));
};
class MockConnectionErrorObserver : public ConnectionErrorObserver {
« no previous file with comments | « blimp/net/stream_packet_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698