| Index: chrome/browser/ssl/ssl_error_info.h
|
| diff --git a/chrome/browser/ssl/ssl_error_info.h b/chrome/browser/ssl/ssl_error_info.h
|
| index 2713374cf232bdfe3b1a4c74e118344523514e54..0ffd5539826ccd56f3d17cde61933dd43636c0f9 100644
|
| --- a/chrome/browser/ssl/ssl_error_info.h
|
| +++ b/chrome/browser/ssl/ssl_error_info.h
|
| @@ -53,10 +53,10 @@ class SSLErrorInfo {
|
| // |cert_status|. Returns the number of errors found.
|
| // Callers only interested in the error count can pass NULL for |errors|.
|
| // TODO(wtc): Document |cert_id| and |url| arguments.
|
| - static int GetErrorsForCertStatus(int cert_id,
|
| - net::CertStatus cert_status,
|
| - const GURL& url,
|
| - std::vector<SSLErrorInfo>* errors);
|
| + static void GetErrorsForCertStatus(int cert_id,
|
| + net::CertStatus cert_status,
|
| + const GURL& url,
|
| + std::vector<SSLErrorInfo>* errors);
|
|
|
| // A description of the error.
|
| const base::string16& details() const { return details_; }
|
|
|