| 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 0de6dab8d07793a936bfd0346af074d8ced163d8..07da7ca1b4d5297b329159f86c91496356e2437f 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -111,6 +111,9 @@ class NotificationBridge;
|
| // returns nil if we don't want to override the custom field editor for |obj|.
|
| - (id)customFieldEditorForObject:(id)obj;
|
|
|
| +// Called by the |locationBar_| when it has been added to its window.
|
| +- (void)locationBarWasAddedToWindow;
|
| +
|
| // Make the location bar the first responder, if possible.
|
| - (void)focusLocationBar:(BOOL)selectAll;
|
|
|
|
|