| Index: chrome/browser/ssl/ssl_error_handler.h
|
| diff --git a/chrome/browser/ssl/ssl_error_handler.h b/chrome/browser/ssl/ssl_error_handler.h
|
| index f0dc06b43adeac1ba7f45758bdf57d8c99c4b9b3..46f46f689811076bdbe1791830bf56ba5ba22215 100644
|
| --- a/chrome/browser/ssl/ssl_error_handler.h
|
| +++ b/chrome/browser/ssl/ssl_error_handler.h
|
| @@ -130,6 +130,7 @@ class SSLErrorHandler : public content::WebContentsUserData<SSLErrorHandler>,
|
| std::unique_ptr<chrome_browser_ssl::SSLErrorAssistantConfig>
|
| config_proto);
|
| bool IsTimerRunningForTesting() const;
|
| + int cert_error_for_testing() const;
|
|
|
| protected:
|
| SSLErrorHandler(
|
|
|