Chromium Code Reviews| 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..bb6527dcfab02e995b94d779e6f58c7500f78636 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 |
| + mode:(BrowserWindow::AvatarBubbleMode)mode; |
|
Alexei Svitkine (slow)
2014/03/28 14:07:31
Nit: withMode:
guohui
2014/03/28 15:28:00
Done.
|
| @end |