Chromium Code Reviews| Index: components/cronet/ios/test/start_cronet.h |
| diff --git a/components/cronet/ios/test/start_cronet.h b/components/cronet/ios/test/start_cronet.h |
| index e965c3e20c81b8a6c125a09d2d06b8e96060fbd4..f4a585a34c17a66a005930b9e587f34c50259b8e 100644 |
| --- a/components/cronet/ios/test/start_cronet.h |
| +++ b/components/cronet/ios/test/start_cronet.h |
| @@ -6,6 +6,6 @@ namespace cronet { |
| // Starts Cronet if it hasn't already been started. Will always update Cronet |
|
mef
2017/05/01 19:12:58
This comment needs to be updated.
lilyhoughton
2017/05/01 19:28:12
Done.
|
| // to point test.example.com" to "localhost:|port|". |
| -void StartCronetIfNecessary(int port); |
| +void StartCronet(int port); |
| } // namespace cronet |