Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: ios/chrome/browser/tabs/tab.h

Issue 2731553005: Introduced StoreKitTabHelper class (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698