| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index 2a22dcdf11aca3bf0f7b07bd30806d4c6e8a1454..b8abdc9fe57ac75537f6334124e129aba6a70b91 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -33,7 +33,6 @@ class GURL;
|
| @class PasswordController;
|
| @class SnapshotManager;
|
| @protocol SnapshotOverlayProvider;
|
| -@protocol StoreKitLauncher;
|
| @class FormSuggestionController;
|
| @protocol TabDelegate;
|
| @protocol TabDialogDelegate;
|
| @@ -143,7 +142,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Whether or not desktop user agent is used for the currently visible page.
|
| @property(nonatomic, readonly) BOOL usesDesktopUserAgent;
|
|
|
| -@property(nonatomic, assign) id<StoreKitLauncher> storeKitLauncher;
|
| @property(nonatomic, assign) id<FullScreenControllerDelegate>
|
| fullScreenControllerDelegate;
|
| @property(nonatomic, readonly)
|
| @@ -242,10 +240,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Dismisses all modals owned by the tab.
|
| - (void)dismissModals;
|
|
|
| -// Opens StoreKit modal to download a native application identified with
|
| -// |appId|.
|
| -- (void)openAppStore:(NSString*)appId;
|
| -
|
| // Returns the NavigationManager for this tab's WebState. Requires WebState to
|
| // be populated. Can return null.
|
| // TODO(crbug.com/620465): remove navigationManagerImpl once Tab no longer uses
|
|
|