| Index: ios/chrome/browser/tabs/tab.mm
|
| diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
|
| index ee076d838d33b3b6419ded5b12f5c1c5e5414850..7cbcff399c1da0581aadd62b0a1a1e515e391eaa 100644
|
| --- a/ios/chrome/browser/tabs/tab.mm
|
| +++ b/ios/chrome/browser/tabs/tab.mm
|
| @@ -1319,6 +1319,10 @@
|
| return NO;
|
| }
|
|
|
| +- (void)webWillFinishHistoryNavigation {
|
| + [parentTabModel_ notifyTabChanged:self];
|
| +}
|
| +
|
| - (void)webState:(web::WebState*)webState
|
| didFinishNavigation:(web::NavigationContext*)navigation {
|
| if (navigation->IsSameDocument()) {
|
|
|