Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3977)

Unified Diff: chrome/browser/ui/cocoa/profiles/avatar_base_controller.h

Issue 308433002: Desktop Menu UMA for Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c53918526fda505bdcaf2d68e1f2c1048b5dc1e0 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)GAIAServiceType ;
Scott Hess - ex-Googler 2014/05/30 04:09:27 Excess space before ;. Also, I think repeating th
Mike Lerman 2014/05/30 17:46:25 Done.
@end

Powered by Google App Engine
This is Rietveld 408576698