| Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
|
| index af151567292a4a4100596ec8677103588226b846..05e33de7a92caa1f5058e39a828bc266bc6d457f 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
|
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h
|
| @@ -52,6 +52,9 @@ class ProfileUpdateObserver;
|
| withServiceType:(signin::GAIAServiceType)serviceType
|
| fromAccessPoint:(signin_metrics::AccessPoint)accessPoint;
|
|
|
| +// Called when the avatar bubble will close.
|
| +- (void)bubbleWillClose:(NSNotification*)notif;
|
| +
|
| @end
|
|
|
| @interface AvatarBaseController (ExposedForTesting)
|
|
|