| Index: Source/web/tests/sim/SimNetwork.h
|
| diff --git a/Source/web/tests/sim/SimNetwork.h b/Source/web/tests/sim/SimNetwork.h
|
| index a8914e1c19fba17a8b96c3aa349f6731a0974781..d95d4c62db47cad5d7ed8615a637853885890d2c 100644
|
| --- a/Source/web/tests/sim/SimNetwork.h
|
| +++ b/Source/web/tests/sim/SimNetwork.h
|
| @@ -17,9 +17,6 @@
|
| class WebURLLoaderClient;
|
| class WebURLResponse;
|
|
|
| -// Simulates a network with precise flow control so you can make requests
|
| -// return, write data, and finish in a specific order in a unit test. One of
|
| -// these must be created before using the SimRequest to issue requests.
|
| class SimNetwork final : public WebURLLoaderTestDelegate {
|
| public:
|
| SimNetwork();
|
|
|