| Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| index c4bd3ec49dd4a1a7ad7af2f0e37df2ec1285f0a4..70d07b7fe2fa845cb88a4329968350927d31e667 100644
|
| --- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| +++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| @@ -27,11 +27,8 @@ class WebURLLoaderMock;
|
| class WebURLLoaderTestDelegate;
|
|
|
| // A factory that creates WebURLLoaderMock to simulate resource loading in
|
| -// tests.
|
| -// You register files for specific URLs, the content of the file is then served
|
| -// when these URLs are loaded.
|
| -// In order to serve the asynchronous requests, you need to invoke
|
| -// ServeAsynchronousRequest.
|
| +// tests. Since there are restriction and rules to follow, please read comments
|
| +// in WebURLLoaderMockFactory carefully to use this class correctly.
|
| class WebURLLoaderMockFactoryImpl : public WebURLLoaderMockFactory {
|
| public:
|
| WebURLLoaderMockFactoryImpl();
|
|
|