| Index: net/http/http_network_transaction_unittest.cc
|
| ===================================================================
|
| --- net/http/http_network_transaction_unittest.cc (revision 102324)
|
| +++ net/http/http_network_transaction_unittest.cc (working copy)
|
| @@ -4227,7 +4227,7 @@
|
| // Setup state in response_
|
| HttpResponseInfo* response = &trans->response_;
|
| response->auth_challenge = new AuthChallengeInfo();
|
| - response->ssl_info.cert_status = static_cast<CertStatus>(-1); // Nonsensical.
|
| + response->ssl_info.cert_status = -15;
|
| response->response_time = base::Time::Now();
|
| response->was_cached = true; // (Wouldn't ever actually be true...)
|
|
|
|
|