| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 050442555c1ad5473bfddafe67620c9525f107e9..e7ef25f0dcb27d057b5e9767bd2c5d8e9bd318f7 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -280,6 +280,9 @@ class Command;
|
| // Brings this controller's window to the front.
|
| - (void)activate;
|
|
|
| +// Return YES if the location bar is the first responder.
|
| +- (BOOL)locationBarHasFocus;
|
| +
|
| // Make the location bar the first responder, if possible.
|
| - (void)focusLocationBar:(BOOL)selectAll;
|
|
|
|
|