| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| index 62b049a95e0e7ed16b13f91c872cd8ebfcc91ffc..046fef62b9fb752ec90999acd74e59ef81a8a1a3 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -118,6 +118,9 @@ class NotificationBridge;
|
| // Called by the |locationBar_| when it has been added to its window.
|
| - (void)locationBarWasAddedToWindow;
|
|
|
| +// 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;
|
|
|
|
|