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 8f19fa56d187d7305174236fb85b8d90fb6cd58e..70c3b0d01737d77794425f5376b6eb1f8308826c 100644 |
--- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
@@ -41,7 +41,8 @@ class ProfileInfoUpdateObserver; |
// Shows the avatar bubble in the given mode. |
- (void)showAvatarBubble:(NSView*)anchor |
- withMode:(BrowserWindow::AvatarBubbleMode)mode; |
+ withMode:(BrowserWindow::AvatarBubbleMode)mode |
+ withServiceType:(signin::GAIAServiceType)serviceType; |
@end |