| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index 421e998fc96233483475839480df3dec78e8b6d8..9b640f2980b43c5663432e1105eb7f8157a15f81 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -112,6 +112,12 @@ class WorkAreaWatcherObserver;
|
| @property(readonly, nonatomic) BOOL startupComplete;
|
| @property(readonly, nonatomic) Profile* lastProfile;
|
|
|
| +// Helper method used to update the "Signin" menu item in the main menu and the
|
| +// wrench menu to reflect the current signed in state.
|
| ++ (void)updateSigninItem:(id)signinItem
|
| + shouldShow:(BOOL)showSigninMenuItem
|
| + currentProfile:(Profile*)profile;
|
| +
|
| - (void)didEndMainMessageLoop;
|
|
|
| // Try to close all browser windows, and if that succeeds then quit.
|
|
|