Chromium Code Reviews| 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..2f8654dce9e9b80a2157819cb6094838f33af8ef 100644 |
| --- a/ios/web/public/test/http_server_util.h |
| +++ b/ios/web/public/test/http_server_util.h |
| @@ -29,7 +29,11 @@ void SetUpFileBasedHttpServer(); |
| // Takes ownership of the provider. |
| void SetUpHttpServer(std::unique_ptr<web::ResponseProvider> provider); |
| +// Add a single custom provider. |
|
Eugene But (OOO till 7-30)
2016/08/26 15:34:12
s/Add/Adds
|
| +// Takes ownership of the provider. |
|
Eugene But (OOO till 7-30)
2016/08/26 15:34:12
Optional NIT: Maybe remove line-break.
|
| +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_ |