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..59daface78d9f76698c86d26c715c698e6999dd0 100644 |
| --- a/components/cronet/ios/Cronet.h |
| +++ b/components/cronet/ios/Cronet.h |
| @@ -81,6 +81,8 @@ GRPC_SUPPORT_EXPORT |
| // that calls this method; otherwise, a deadlock can occur. |
| + (void)start; |
| ++ (void)shutdown; |
|
mef
2017/04/26 22:19:41
// need comment.
lilyhoughton
2017/04/27 13:53:39
Actually, just removing this.
|
| + |
| // Registers Cronet as HttpProtocol Handler. Once registered, Cronet intercepts |
| // and handles all requests made through NSURLConnection and shared |
| // NSURLSession. |