Chromium Code Reviews| Index: net/url_request/url_request.cc |
| diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc |
| index 8ea6325d819e072b5ad455b4c68867c90b7fa131..7528be33fab642a7bd8a5cac21aeef2487c85146 100644 |
| --- a/net/url_request/url_request.cc |
| +++ b/net/url_request/url_request.cc |
| @@ -518,7 +518,6 @@ void URLRequest::CancelWithSSLError(int error, const SSLInfo& ssl_info) { |
| void URLRequest::DoCancel(int error, const SSLInfo& ssl_info) { |
| DCHECK(error < 0); |
| - |
|
darin (slow to review)
2012/08/10 18:03:02
nit: gratuitous change
mkosiba (inactive)
2012/08/29 15:53:01
Done.
|
| // If the URL request already has an error status, then canceling is a no-op. |
| // Plus, we don't want to change the error status once it has been set. |
| if (status_.is_success()) { |