| 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 760bd3124ac22f37662d6dd2fb756c30b9679b51..cf77b7d661e3b26d185e57608bdf66560c4411a2 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -199,6 +199,9 @@ class TabContents;
|
| // Access the Profile object that backs this Browser.
|
| - (Profile*)profile;
|
|
|
| +// Access the avatar button controller.
|
| +- (AvatarButtonController*)avatarButtonController;
|
| +
|
| // Updates the toolbar (and transitively the location bar) with the states of
|
| // the specified |tab|. If |shouldRestore| is true, we're switching
|
| // (back?) to this tab and should restore any previous location bar state
|
|
|