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

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

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.h
diff --git a/ios/web/web_state/wk_web_view_security_util.h b/ios/web/web_state/wk_web_view_security_util.h
index 1e5f0102cd00c40b55ca9528af6bca91bf78809c..f309ecfa306e441c04793015d09c745cd6dae564 100644
--- a/ios/web/web_state/wk_web_view_security_util.h
+++ b/ios/web/web_state/wk_web_view_security_util.h
@@ -21,6 +21,8 @@ namespace web {
// NSErrorPeerCertificateChainKey from NSError's userInfo dict.
extern NSString* const kNSErrorPeerCertificateChainKey;
+// NSErrorFailingURLKey from NSError's userInfo dict.
+extern NSString* const kNSErrorFailingURLKey;
// Creates a certificate from an array of SecCertificateRef objects.
// Returns null if |certs| is nil or empty.

Powered by Google App Engine
This is Rietveld 408576698