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

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

Issue 216523005: show avatar bubble in edit mode on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/browser/avatar_base_controller.h
diff --git a/chrome/browser/ui/cocoa/browser/avatar_base_controller.h b/chrome/browser/ui/cocoa/browser/avatar_base_controller.h
index e670fbd1e181b61de325653555fb7c70ad772aa1..bb6527dcfab02e995b94d779e6f58c7500f78636 100644
--- a/chrome/browser/ui/cocoa/browser/avatar_base_controller.h
+++ b/chrome/browser/ui/cocoa/browser/avatar_base_controller.h
@@ -9,6 +9,7 @@
#import "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
+#include "chrome/browser/ui/browser_window.h"
@class BaseBubbleController;
class Browser;
@@ -38,8 +39,9 @@ class ProfileInfoUpdateObserver;
// Designated initializer.
- (id)initWithBrowser:(Browser*)browser;
-// Shows the avatar bubble.
-- (void)showAvatarBubble:(NSView*)anchor;
+// Shows the avatar bubble in the given mode.
+- (void)showAvatarBubble:(NSView*)anchor
+ mode:(BrowserWindow::AvatarBubbleMode)mode;
Alexei Svitkine (slow) 2014/03/28 14:07:31 Nit: withMode:
guohui 2014/03/28 15:28:00 Done.
@end

Powered by Google App Engine
This is Rietveld 408576698