Chromium Code Reviews| Index: components/cronet/ios/Cronet.h |
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h |
| index 4a29721b2b39f12a7f929987328833a193dc6ad6..ad2d133bf1808f11a46f8afdfc33613e1f91cb2f 100644 |
| --- a/components/cronet/ios/Cronet.h |
| +++ b/components/cronet/ios/Cronet.h |
| @@ -74,6 +74,8 @@ GRPC_SUPPORT_EXPORT |
| // method with nil block. |
| + (void)setRequestFilterBlock:(RequestFilterBlock)block; |
| ++ (void)initializeCronet; |
|
mef
2017/04/25 17:55:10
Does it need to be public?
lilyhoughton
2017/04/26 18:31:53
Nope. Removed.
|
| + |
| // Starts CronetEngine. It is recommended to call this method on the application |
| // main thread. If the method is called on any thread other than the main one, |
| // the method will internally try to execute synchronously using the main GCD |