Index: ios/chrome/browser/ui/browser_view_controller.h |
diff --git a/ios/chrome/browser/ui/browser_view_controller.h b/ios/chrome/browser/ui/browser_view_controller.h |
index d4af89ea7edb333ed87199f94657b2a7378a5a66..fecf92d6d2930f1c9ce5c3452db79fb657d59630 100644 |
--- a/ios/chrome/browser/ui/browser_view_controller.h |
+++ b/ios/chrome/browser/ui/browser_view_controller.h |
@@ -16,6 +16,7 @@ |
#import "ios/chrome/browser/ui/url_loader.h" |
#import "ios/public/provider/chrome/browser/voice/voice_search_presenter.h" |
+@protocol BrowserCommands; |
@class BrowserContainerView; |
@class BrowserViewControllerDependencyFactory; |
@class ContextualSearchController; |
@@ -71,6 +72,8 @@ extern NSString* const kLocationBarResignsFirstResponderNotification; |
- (instancetype)initWithCoder:(NSCoder*)aDecoder NS_UNAVAILABLE; |
+@property(nonatomic, readonly) id<BrowserCommands> browserCommandDispatcher; |
+ |
// The top-level browser container view. |
@property(nonatomic, strong) BrowserContainerView* contentArea; |