| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index 8d6b1ce2c1e91cf72efaf2c5ab4bd5ada5110ebb..ddc417fb6f0a1c3c6c5fdf8bc801d57196a69fb9 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -18,7 +18,6 @@
|
| @class AutofillController;
|
| @class AutoReloadBridge;
|
| @class CastController;
|
| -@protocol CRWNativeContentProvider;
|
| @class CRWWebController;
|
| @class ExternalAppLauncher;
|
| @class FormInputAccessoryViewController;
|
| @@ -172,10 +171,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Replace the content of the tab with the content described by |SessionTab|.
|
| - (void)loadSessionTab:(const sessions::SessionTab*)sessionTab;
|
|
|
| -// Stop the page loading.
|
| -// Equivalent to the user pressing 'stop', or a window.stop() command.
|
| -- (void)stopLoading;
|
| -
|
| // Triggers the asynchronous loading of the tab's favicon. This will be done
|
| // automatically when a page loads, but this can be used to trigger favicon
|
| // fetch earlier (e.g., for a tab that will be shown without loading).
|
| @@ -288,9 +283,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Called when the snapshot of the content will be taken.
|
| - (void)willUpdateSnapshot;
|
|
|
| -// Enables or disables usage of web views inside the Tab.
|
| -- (void)setWebUsageEnabled:(BOOL)webUsageEnabled;
|
| -
|
| // Returns the NativeAppNavigationController for this tab.
|
| - (NativeAppNavigationController*)nativeAppNavigationController;
|
|
|
|
|