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

Side by Side Diff: components/grpc_support/cronet_c_for_grpc.h

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add cronet_c_for_graph back to sources. Might fix GN, probably won't compile Created 4 years, 3 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ 5 #ifndef COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_
6 #define COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ 6 #define COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_
7 7
8 #define CRONET_EXPORT __attribute__((visibility("default"))) 8 #define CRONET_EXPORT __attribute__((visibility("default")))
9 9
10 #ifdef __cplusplus 10 #ifdef __cplusplus
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 * Returns false if the |stream| stream is not yet started or is in progress. 234 * Returns false if the |stream| stream is not yet started or is in progress.
235 */ 235 */
236 CRONET_EXPORT 236 CRONET_EXPORT
237 bool cronet_bidirectional_stream_is_done(cronet_bidirectional_stream* stream); 237 bool cronet_bidirectional_stream_is_done(cronet_bidirectional_stream* stream);
238 238
239 #ifdef __cplusplus 239 #ifdef __cplusplus
240 } 240 }
241 #endif 241 #endif
242 242
243 #endif // COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ 243 #endif // COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698