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

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: nits fixed 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/avatar_base_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4c8c1081ceff45eaf8824f17d0c99bb50a9502b3 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
+ withMode:(BrowserWindow::AvatarBubbleMode)mode;
@end
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/avatar_base_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698