Chromium Code Reviews| Index: components/cronet/url_request_context_config.h |
| diff --git a/components/cronet/url_request_context_config.h b/components/cronet/url_request_context_config.h |
| index d21cc409474a0b64c8d03a74b630b9ece7d3ce32..1ef6fb220a3736c53fb701cf534f182d69b57fdf 100644 |
| --- a/components/cronet/url_request_context_config.h |
| +++ b/components/cronet/url_request_context_config.h |
| @@ -82,6 +82,9 @@ struct URLRequestContextConfig { |
| std::string data_reduction_fallback_proxy; |
| std::string data_reduction_secure_proxy_check_url; |
| + // A comma delimited certs to ignore for testing. |
|
pauljensen
2015/10/09 20:58:10
ignore->accept
pauljensen
2015/10/09 20:58:10
delimited->delimited list of
xunjieli
2015/10/09 21:19:58
Done.
xunjieli
2015/10/09 21:19:58
Done.
|
| + std::string mock_certs_for_testing; |
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(URLRequestContextConfig); |
| }; |