Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / profiles / avatar_base_controller.h
index 70c3b0d..232ac65 100644 (file)
@@ -40,9 +40,9 @@ class ProfileInfoUpdateObserver;
 - (id)initWithBrowser:(Browser*)browser;
 
 // Shows the avatar bubble in the given mode.
-- (void)showAvatarBubble:(NSView*)anchor
-                withMode:(BrowserWindow::AvatarBubbleMode)mode
-         withServiceType:(signin::GAIAServiceType)serviceType;
+- (void)showAvatarBubbleAnchoredAt:(NSView*)anchor
+                          withMode:(BrowserWindow::AvatarBubbleMode)mode
+                   withServiceType:(signin::GAIAServiceType)serviceType;
 
 @end