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

Side by Side Diff: components/grpc_support/README.md

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add README Created 4 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « components/grpc_support/OWNERS ('k') | components/grpc_support/bidirectional_stream.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« 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