| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index 3b0a1d9fb21ee4bbbcf92808d166624c95bc85b8..63d2fbd57426886bdfa31aa0b8b421df3d77527e 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -119,12 +119,6 @@ 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.
|
|
|