| Index: ios/chrome/browser/tabs/tab_model.h
|
| diff --git a/ios/chrome/browser/tabs/tab_model.h b/ios/chrome/browser/tabs/tab_model.h
|
| index dddef823bb5170b68a14411dc9e3836eb97d2e94..4a0a0e55d226cf87e8074928698649d9750481bc 100644
|
| --- a/ios/chrome/browser/tabs/tab_model.h
|
| +++ b/ios/chrome/browser/tabs/tab_model.h
|
| @@ -274,7 +274,8 @@ NSUInteger const kTabPositionAutomatically = NSNotFound;
|
| // Called by |tab| to inform the model that a navigation has taken place.
|
| // TODO(crbug.com/661983): once more of the navigation state has moved into WC,
|
| // replace this with WebStateObserver.
|
| -- (void)navigationCommittedInTab:(Tab*)tab;
|
| +- (void)navigationCommittedInTab:(Tab*)tab
|
| + previousItem:(web::NavigationItem*)previousItem;
|
|
|
| @end
|
|
|
|
|