Index: ios/chrome/browser/ui/tab_switcher/tab_switcher.h |
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher.h |
index 5f3934d36c8c38f06edfcbccafaa69d56eb7ff88..469c185743907bf94e1dd1980e713daf09215584 100644 |
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher.h |
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher.h |
@@ -7,7 +7,7 @@ |
#import <UIKit/UIKit.h> |
-#import "ios/chrome/browser/ui/commands/UIKit+ChromeExecuteCommand.h" |
+#import "ios/chrome/browser/ui/commands/browser_commands.h" |
#include "ios/chrome/browser/ui/tab_switcher/tab_switcher_transition_context.h" |
#include "ui/base/page_transition_types.h" |
#include "url/gurl.h" |
@@ -50,6 +50,9 @@ |
// switcher. |
@property(nonatomic, assign) id<TabSwitcherDelegate> delegate; |
+// The dispatcher for browser-ish commands. |
+@property(nonatomic, readonly) id<BrowserCommands> browserCommandsDispatcher; |
+ |
// Restores the internal state of the tab switcher with the given tab models, |
// which must not be nil. |activeTabModel| is the model which starts active, |
// and must be one of the other two models. Should only be called when the |