| Index: chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| index 37429cd814b5bb72064a35bc32e8845c6899b250..21eec937d022635a7c7eea32fe671fc0b3c945ea 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| @@ -26,6 +26,10 @@ class Command;
|
| class Extension;
|
| }
|
|
|
| +namespace signin {
|
| +enum GAIA_SERVICE_TYPE;
|
| +}
|
| +
|
| // An implementation of BrowserWindow for Cocoa. Bridges between C++ and
|
| // the Cocoa NSWindow. Cross-platform code will interact with this object when
|
| // it needs to manipulate the window.
|
| @@ -148,7 +152,8 @@ class BrowserWindowCocoa :
|
| GetWebContentsModalDialogHost() OVERRIDE;
|
| virtual void ShowAvatarBubble(content::WebContents* web_contents,
|
| const gfx::Rect& rect) OVERRIDE;
|
| - virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) OVERRIDE;
|
| + virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
|
| + signin::GAIA_SERVICE_TYPE service_type) OVERRIDE;
|
| virtual void ShowPasswordGenerationBubble(
|
| const gfx::Rect& rect,
|
| const autofill::PasswordForm& form,
|
|
|