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 fcc38765d5cb47b55e5e5721e79a4153366af24b..a9d414e3e7aed3117b7bccbee7f510ef5a69e027 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, |