| Index: ios/chrome/browser/tabs/tab_private.h
|
| diff --git a/ios/chrome/browser/tabs/tab_private.h b/ios/chrome/browser/tabs/tab_private.h
|
| index 3095c9bcebce2f68dad201fdbaebd50f25db2827..bbdd054425b56bfd3affa939161001110690805c 100644
|
| --- a/ios/chrome/browser/tabs/tab_private.h
|
| +++ b/ios/chrome/browser/tabs/tab_private.h
|
| @@ -8,6 +8,7 @@
|
| #include "ios/net/request_tracker.h"
|
|
|
| namespace web {
|
| +class NavigationItem;
|
| class WebStateImpl;
|
| }
|
|
|
| @@ -16,7 +17,7 @@ class WebStateImpl;
|
|
|
| - (OpenInController*)openInController;
|
| - (void)closeThisTab;
|
| -- (CRWSessionEntry*)currentSessionEntry;
|
| +- (web::NavigationItem*)currentNavigationItem;
|
| - (void)setShouldObserveInfoBarManager:(BOOL)shouldObserveInfoBarManager;
|
| - (void)setShouldObserveFaviconChanges:(BOOL)shouldObserveFaviconChanges;
|
|
|
|
|