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

Unified Diff: ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h

Issue 2970553002: [ios] Remove IDC_CLOSE_TAB
Patch Set: Add comment for chrome_test_util.h" Created 3 years, 5 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 | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h
diff --git a/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h b/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h
index 8d5f1d369746edda0e76f4cfeb507baecf1f0109..cf65ab2ddc9fad3bb974aa5587551d478e9cc3e7 100644
--- a/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h
+++ b/ios/chrome/browser/content_suggestions/content_suggestions_coordinator.h
@@ -12,7 +12,10 @@ namespace ios {
class ChromeBrowserState;
}
+@protocol BrowserCommands;
+@protocol ChromeExecuteCommand;
@class ContentSuggestionsHeaderController;
+@protocol OmniboxFocuser;
@protocol UrlLoader;
class WebStateList;
@@ -26,7 +29,9 @@ class WebStateList;
// URLLoader used to open pages.
@property(nonatomic, weak) id<UrlLoader> URLLoader;
@property(nonatomic, assign) WebStateList* webStateList;
-@property(nonatomic, weak) id dispatcher;
+@property(nonatomic, weak)
+ id<BrowserCommands, ChromeExecuteCommand, OmniboxFocuser, UrlLoader>
+ dispatcher;
// Whether the Suggestions UI is displayed. If this is true, start is a no-op.
@property(nonatomic, readonly) BOOL visible;
« no previous file with comments | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698