Chromium Code Reviews| Index: chrome/browser/automation/url_request_automation_job.cc |
| =================================================================== |
| --- chrome/browser/automation/url_request_automation_job.cc (revision 101367) |
| +++ chrome/browser/automation/url_request_automation_job.cc (working copy) |
| @@ -206,7 +206,7 @@ |
| Time::Now(), |
| Time::Now() + |
| TimeDelta::FromDays(kLifetimeDays)); |
| - info->ssl_info.cert_status = 0; |
| + info->ssl_info.cert_status = net::CERT_STATUS_NO_ERROR; |
| info->ssl_info.security_bits = -1; |
| } |
| } |