| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index b7a857b2a38038f868f05d86f5f4057489a253ab..a768a15d8255623d0afc3e5e3e4fd32cdf92d3d4 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;
|
| @@ -284,9 +283,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;
|
|
|
|
|