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

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

Issue 1517083002: [ios] Update SSL status if URL was changed without document change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_wk_web_view_web_controller.mm
diff --git a/ios/web/web_state/ui/crw_wk_web_view_web_controller.mm b/ios/web/web_state/ui/crw_wk_web_view_web_controller.mm
index b0d0c024c4fcb0672b25ab4ab2dcd51a8aec512b..fb9433e76143ca0f7ba4772b73bb72f439098697 100644
--- a/ios/web/web_state/ui/crw_wk_web_view_web_controller.mm
+++ b/ios/web/web_state/ui/crw_wk_web_view_web_controller.mm
@@ -1292,6 +1292,7 @@ WKWebViewErrorSource WKWebViewErrorSourceFromError(NSError* error) {
if (!_changingHistoryState) {
[self didStartLoadingURL:_documentURL updateHistory:YES];
+ [self updateSSLStatusForCurrentNavigationItem];
[self didFinishNavigation];
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698