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

Unified Diff: remoting/ios/app/host_collection_view_controller.h

Issue 2957943002: [CRD iOS] Add the host setup instruction page (Closed)
Patch Set: Resolve Feedback Created 3 years, 6 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 | « remoting/ios/app/host_collection_view_cell.mm ('k') | remoting/ios/app/host_collection_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/host_collection_view_controller.h
diff --git a/remoting/ios/app/host_collection_view_controller.h b/remoting/ios/app/host_collection_view_controller.h
index cba94f0aa137df8149040a7e6d9ea4fa9949a729..4fee44f0ed48ce23cbd0fdd72e02992acac7175b 100644
--- a/remoting/ios/app/host_collection_view_controller.h
+++ b/remoting/ios/app/host_collection_view_controller.h
@@ -8,7 +8,6 @@
#import <UIKit/UIKit.h>
#import "ios/third_party/material_components_ios/src/components/Collections/src/MaterialCollections.h"
-#import "ios/third_party/material_components_ios/src/components/FlexibleHeader/src/MaterialFlexibleHeader.h"
#import "remoting/ios/app/host_collection_view_cell.h"
#import "remoting/ios/domain/host_info.h"
@@ -35,8 +34,7 @@
@interface HostCollectionViewController : MDCCollectionViewController
@property(weak, nonatomic) id<HostCollectionViewControllerDelegate> delegate;
-@property(nonatomic)
- MDCFlexibleHeaderContainerViewController* flexHeaderContainerViewController;
+@property(weak, nonatomic) id<UIScrollViewDelegate> scrollViewDelegate;
@end
« no previous file with comments | « remoting/ios/app/host_collection_view_cell.mm ('k') | remoting/ios/app/host_collection_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698