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 8e5ce6954c6fb3f17926e336dc0fb37cefa575c5..03c8c7b2af4ac70a3cddbec427c49d42e0c53ce2 100644 |
--- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
@@ -39,6 +39,9 @@ class ProfileInfoUpdateObserver; |
// Designated initializer. |
- (id)initWithBrowser:(Browser*)browser; |
+// Called by BrowserWindowController when the Browser is being destroyed. |
+- (void)browserWillBeDestroyed; |
+ |
// Shows the avatar bubble in the given mode. |
- (void)showAvatarBubbleAnchoredAt:(NSView*)anchor |
withMode:(BrowserWindow::AvatarBubbleMode)mode |