| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index 075f848a416eda07391701c432525a96aa644fe6..11b86b881d1137928906448cd9a70bd684ace08f 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -26,7 +26,6 @@
|
| @class FullScreenController;
|
| @protocol FullScreenControllerDelegate;
|
| class GURL;
|
| -@class NativeAppNavigationController;
|
| @class OpenInController;
|
| @class OverscrollActionsController;
|
| @protocol OverscrollActionsControllerDelegate;
|
| @@ -289,9 +288,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Called when the snapshot of the content will be taken.
|
| - (void)willUpdateSnapshot;
|
|
|
| -// Returns the NativeAppNavigationController for this tab.
|
| -- (NativeAppNavigationController*)nativeAppNavigationController;
|
| -
|
| // Called when this tab is shown.
|
| - (void)wasShown;
|
|
|
|
|