Chromium Code Reviews| Index: components/grpc_support/README.md |
| diff --git a/components/grpc_support/README.md b/components/grpc_support/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..602f35e16b01d9cd3e1b28766778046c792a5524 |
| --- /dev/null |
| +++ b/components/grpc_support/README.md |
| @@ -0,0 +1,11 @@ |
| +gRPC Support |
| +=== |
| + |
| +This directory contains the interface and implementation of the API to use |
| +an external network stack from gRPC. Chrome is the only current implementor |
| +of this interface, and so gRPC refers to this API as [Cronet] [https://github.com/grpc/grpc/blob/a8663fa55433732ea0f6e63c2fd586db0ea6f73f/src/core/ext/transport/cronet/client/secure/cronet_channel_create.c]. |
| + |
| +Internally to Chrome, there will be two different backings of this API. Cronet |
|
blundell
2016/10/05 11:09:03
I'm confused: you say that this directory contains
|
| +(//components/cronet/ios), which is a library that allows iOS apps access to |
| +the Chromium networking stack, and Chromium proper. Implementation of the later |
| +is currently in progress. |