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

Unified Diff: blimp/net/test_common.h

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Address gcasto comments Created 4 years, 1 month 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/tcp_transport_unittest.cc ('k') | blimp/net/test_common.cc » ('j') | 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 757caef94858e2191f90ab570d8c797c04932416..174c76f1999eae4a59612032a094f2d50708d385 100644
--- a/blimp/net/test_common.h
+++ b/blimp/net/test_common.h
@@ -223,6 +223,12 @@ class MockBlimpMessageProcessor : public BlimpMessageProcessor {
MOCK_METHOD2(MockableProcessMessage,
void(const BlimpMessage& message,
const net::CompletionCallback& callback));
+
+ void SetTestCompletionCallback(const net::CompletionCallback& callback);
+ BlimpMessage received_msg;
+
+ private:
+ net::CompletionCallback test_callback_;
};
} // namespace blimp
« no previous file with comments | « blimp/net/tcp_transport_unittest.cc ('k') | blimp/net/test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698