| Index: ios/web/public/test/http_server_util.h
|
| diff --git a/ios/web/public/test/http_server_util.h b/ios/web/public/test/http_server_util.h
|
| index a8b0b49bb80e4ac4be0e9a90f0690e5c98126e1a..474bc2d8d081e0b1ec65f87a5e18009e968ecfe2 100644
|
| --- a/ios/web/public/test/http_server_util.h
|
| +++ b/ios/web/public/test/http_server_util.h
|
| @@ -29,7 +29,10 @@ void SetUpFileBasedHttpServer();
|
| // Takes ownership of the provider.
|
| void SetUpHttpServer(std::unique_ptr<web::ResponseProvider> provider);
|
|
|
| +// Adds a single custom provider.
|
| +// Takes ownership of the provider.
|
| +void AddResponseProvider(std::unique_ptr<web::ResponseProvider> provider);
|
| } // namespace test
|
| } // namespace web
|
|
|
| -#endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_UTIL_H_
|
| +#endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_UTIL_H_
|
|
|