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

Unified Diff: components/grpc_support/README.md

Issue 2487863003: Revert of Revert "Revert of Moving gRPC support interfaces out of cronet and into a new component. (patchset … (Closed)
Patch Set: 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 | « components/grpc_support/OWNERS ('k') | components/grpc_support/bidirectional_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/grpc_support/README.md
diff --git a/components/grpc_support/README.md b/components/grpc_support/README.md
deleted file mode 100644
index 9449c50d1e88a3b5be4686012a19957c55fb6cd9..0000000000000000000000000000000000000000
--- a/components/grpc_support/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-gRPC Support
-===
-
-This directory contains the interface and implementation of the API to use
-an external network stack from gRPC. The implementation is essentially a thin
-wrapper around net::BidirectionalStream. The API specifies that the caller to
-gRPC will pass in an opaque binary blob (stream_engine) that can be used to
-created binary streams. In Chromium, this binary blob is a
-net::URLRequestContextGetter, which is used by grpc_support::BidirectionalStream
-to drive a net::BidirectionalStream.
-
-Currently Cronet (//components/cronet/ios) is the only consumer of this API,
-but eventually code inside of Chromium should be able to use gRPC by providing
-a net::URLRequestContextGetter.
« no previous file with comments | « components/grpc_support/OWNERS ('k') | components/grpc_support/bidirectional_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698