| Index: chrome/browser/ui/cocoa/browser/avatar_base_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser/avatar_base_controller.h b/chrome/browser/ui/cocoa/browser/avatar_base_controller.h
|
| index e670fbd1e181b61de325653555fb7c70ad772aa1..4c8c1081ceff45eaf8824f17d0c99bb50a9502b3 100644
|
| --- a/chrome/browser/ui/cocoa/browser/avatar_base_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser/avatar_base_controller.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #import "base/mac/scoped_nsobject.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "chrome/browser/ui/browser_window.h"
|
|
|
| @class BaseBubbleController;
|
| class Browser;
|
| @@ -38,8 +39,9 @@ class ProfileInfoUpdateObserver;
|
| // Designated initializer.
|
| - (id)initWithBrowser:(Browser*)browser;
|
|
|
| -// Shows the avatar bubble.
|
| -- (void)showAvatarBubble:(NSView*)anchor;
|
| +// Shows the avatar bubble in the given mode.
|
| +- (void)showAvatarBubble:(NSView*)anchor
|
| + withMode:(BrowserWindow::AvatarBubbleMode)mode;
|
|
|
| @end
|
|
|
|
|