Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 gRPC Support | |
| 2 === | |
| 3 | |
| 4 This directory contains the interface and implementation of the API to use | |
| 5 an external network stack from gRPC. Chrome is the only current implementor | |
| 6 of this interface, and so gRPC refers to this API as [Cronet] [https://github.co m/grpc/grpc/blob/a8663fa55433732ea0f6e63c2fd586db0ea6f73f/src/core/ext/transport /cronet/client/secure/cronet_channel_create.c]. | |
| 7 | |
| 8 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
| |
| 9 (//components/cronet/ios), which is a library that allows iOS apps access to | |
| 10 the Chromium networking stack, and Chromium proper. Implementation of the later | |
| 11 is currently in progress. | |
| OLD | NEW |