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

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: Addressed unit tests review comments Created 5 years, 2 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 15c3fe9e77160b1e3466046011a7fe0ee8649a13..dca7837fde55f0cefa510579ab6f83c6a85d3646 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.
« no previous file with comments | « ios/web/web_state/ui/crw_wk_web_view_web_controller.mm ('k') | ios/web/web_state/wk_web_view_security_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698