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

Unified Diff: ios/web/web_state/ui/crw_web_controller_unittest.mm

Issue 1357773002: WKWebView: Implemented recoverable SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lock_coloring
Patch Set: Resolved Stuart's review comments 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/ui/crw_web_controller_unittest.mm
diff --git a/ios/web/web_state/ui/crw_web_controller_unittest.mm b/ios/web/web_state/ui/crw_web_controller_unittest.mm
index d71ae3fb1f779d88ba549c9cac7d78ff9e63c58b..2340e51e6269bee937089494d43888a6838ba9c9 100644
--- a/ios/web/web_state/ui/crw_web_controller_unittest.mm
+++ b/ios/web/web_state/ui/crw_web_controller_unittest.mm
@@ -900,7 +900,7 @@ TEST_F(CRWWKWebViewWebControllerTest, SSLError) {
EXPECT_EQ(web::SECURITY_STYLE_AUTHENTICATION_BROKEN,
[mockDelegate_ SSLStatus].security_style);
EXPECT_FALSE([mockDelegate_ recoverable]);
- EXPECT_FALSE([mockDelegate_ shouldContinueCallback]);
+ EXPECT_TRUE([mockDelegate_ shouldContinueCallback]);
}
#endif // !defined(ENABLE_CHROME_NET_STACK_FOR_WKWEBVIEW)

Powered by Google App Engine
This is Rietveld 408576698