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

Unified Diff: ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h

Issue 2885983003: [ios] TabCollectionItem (Closed)
Patch Set: Address comments Created 3 years, 7 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/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
index 9dc7e88ac4df231bc0f1041b55127e6ff57c6cbb..37f120f01a64ec359aea554a8cd7354ef2882965 100644
--- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
+++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
@@ -6,15 +6,13 @@
#define IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_MEDIATOR_H_
#import "ios/chrome/browser/web_state_list/web_state_list_observer_bridge.h"
-#import "ios/clean/chrome/browser/ui/tab_collection/tab_collection_data_source.h"
@protocol TabCollectionConsumer;
class WebStateList;
// Mediator listens for web state list changes, then updates the consumer.
// This also serves as data source for a tab collection.
-@interface TabCollectionMediator
- : NSObject<TabCollectionDataSource, WebStateListObserving>
+@interface TabCollectionMediator : NSObject<WebStateListObserving>
// The source of changes and backing of the data source.
@property(nonatomic, assign) WebStateList* webStateList;

Powered by Google App Engine
This is Rietveld 408576698