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

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

Issue 2599313002: Create headerHeightForTab in TabHeadersDelegate. (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab.h
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
index 0dbf11a4b042036218dc382211165e74d38f3eb8..d60aa85a7e48d88532123978cd5b2f26e394203d 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -40,6 +40,7 @@ class GURL;
@protocol TabDelegate;
@protocol TabDialogDelegate;
@class Tab;
+@protocol TabHeadersDelegate;
@class TabModel;
@protocol TabSnapshottingDelegate;
@class TranslateControllerImplIOS;
@@ -134,6 +135,7 @@ extern NSString* const kProxyPassthroughHeaderValue;
@property(nonatomic, readonly) BOOL canGoBack;
@property(nonatomic, readonly) BOOL canGoForward;
@property(nonatomic, assign) id<TabDelegate> delegate;
+@property(nonatomic, assign) id<TabHeadersDelegate> tabHeadersDelegate;
@property(nonatomic, assign) id<TabSnapshottingDelegate>
tabSnapshottingDelegate;
@property(nonatomic, readonly) BOOL useDesktopUserAgent;
« no previous file with comments | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698