Skip to content
Snippets Groups Projects
Commit a74ccafc authored by Muxi Yan's avatar Muxi Yan
Browse files

Add new dummy Cronet API

parent ccbfb461
Branches
Tags
No related merge requests found
...@@ -80,4 +80,16 @@ void bidirectional_stream_cancel(bidirectional_stream* stream) { ...@@ -80,4 +80,16 @@ void bidirectional_stream_cancel(bidirectional_stream* stream) {
GPR_ASSERT(0); GPR_ASSERT(0);
} }
void bidirectional_stream_disable_auto_flush(bidirectional_stream* stream,
bool disable_auto_flush) {
GPR_ASSERT(0);
}
void bidirectional_stream_delay_request_headers_until_flush(
bidirectional_stream* stream, bool delay_headers_until_flush) {
GPR_ASSERT(0);
}
void bidirectional_stream_flush(bidirectional_stream* stream) { GPR_ASSERT(0); }
#endif /* GRPC_COMPILE_WITH_CRONET */ #endif /* GRPC_COMPILE_WITH_CRONET */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment