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

Unified Diff: ios/web/web_state/wk_web_view_security_util.mm

Issue 1357773002: WKWebView: Implemented recoverable SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lock_coloring
Patch Set: Merged with parent CL Created 5 years, 3 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: ios/web/web_state/wk_web_view_security_util.mm
diff --git a/ios/web/web_state/wk_web_view_security_util.mm b/ios/web/web_state/wk_web_view_security_util.mm
index 664c9a7499923c199b3409d5024939700da1d4d0..5d0ad34806b0efac3654253fef946e5baedec92c 100644
--- a/ios/web/web_state/wk_web_view_security_util.mm
+++ b/ios/web/web_state/wk_web_view_security_util.mm
@@ -14,7 +14,7 @@ namespace web {
// This key was determined by inspecting userInfo dict of an SSL error.
stuartmorgan 2015/09/23 17:36:09 These keys were
Eugene But (OOO till 7-30) 2015/09/23 20:40:48 Done.
NSString* const kNSErrorPeerCertificateChainKey =
@"NSErrorPeerCertificateChainKey";
-
+NSString* const kNSErrorFailingURLKey = @"NSErrorFailingURLKey";
}
namespace {

Powered by Google App Engine
This is Rietveld 408576698