| 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 aab016e1489ab47eddbe62ee633e4355d04773c9..153dbfc31f8cd7c74d965a940c1ae9cca2ff8070 100644
|
| --- a/ios/chrome/browser/tabs/tab_model.h
|
| +++ b/ios/chrome/browser/tabs/tab_model.h
|
| @@ -278,7 +278,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
|
|
|
|
|