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

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

Issue 7327003: Multi-Profiles: Add customize profile menu item (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Multi-Profiles: Add customize profile menu item Created 9 years, 5 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/browser/avatar_button.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_button.h
===================================================================
--- chrome/browser/ui/cocoa/browser/avatar_button.h (revision 91776)
+++ chrome/browser/ui/cocoa/browser/avatar_button.h (working copy)
@@ -11,7 +11,7 @@
#include "base/memory/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
-@class BrowserWindowController;
+class Browser;
@class MenuController;
class ProfileMenuModel;
@@ -21,7 +21,7 @@
// Incognito, clicking will do nothing.
@interface AvatarButton : NSView {
@private
- __weak BrowserWindowController* controller_;
+ Browser* browser_;
// The button child view of this view.
scoped_nsobject<NSButton> button_;
@@ -34,7 +34,7 @@
}
// Designated initializer.
-- (id)initWithController:(BrowserWindowController*)bwc;
+- (id)initWithBrowser:(Browser*)browser;
// Whether or not to open the menu when clicked.
- (void)setOpenMenuOnClick:(BOOL)flag;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/browser/avatar_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698