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

Unified Diff: ios/chrome/browser/tabs/tab.mm

Issue 2687343003: Fixed navigation for displayed SSL interstitials. (Closed)
Patch Set: Preserve old behavior of pending navigation index is disabled. Created 3 years, 10 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
« no previous file with comments | « no previous file | ios/web/interstitials/web_interstitial_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab.mm
diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
index 9c5817c93f2cc87c952e47199a85086a156df635..c4594306553fc5723572cc2f720bc4a6576936a0 100644
--- a/ios/chrome/browser/tabs/tab.mm
+++ b/ios/chrome/browser/tabs/tab.mm
@@ -1814,6 +1814,10 @@ void TabInfoBarObserver::OnInfoBarReplaced(infobars::InfoBar* old_infobar,
[parentTabModel_ notifyTabChanged:self];
}
+- (void)webStateDidDismissInterstitial:(web::WebState*)webState {
+ [parentTabModel_ notifyTabChanged:self];
+}
+
- (void)webLoadCancelled:(const GURL&)url {
// When a load is cancelled, this is the maximum that a page will ever load.
[fullScreenController_ enableFullScreen];
« no previous file with comments | « no previous file | ios/web/interstitials/web_interstitial_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698