Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chrome/browser/ssl/ssl_error_handler.h

Issue 2690333006: Captive portal certificate list should be checked when name mismatch is the only error (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698