diff options
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index 968b9ec..8a41c08 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -69,6 +69,9 @@ class ToolbarModel; // Called to tell the selected tab to update its loading state. - (void)setIsLoading:(BOOL)isLoading; +// Make the location bar the first responder, if possible. +- (void)focusLocationBar; + @end #endif // CHROME_BROWSER_COCOA_TAB_STRIP_CONTROLLER_H_ |