| Index: chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| diff --git a/chrome/browser/ui/views/profiles/avatar_menu_button.h b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| index 189ed7572fe3d27b6d063961a1c6ed330a15c396..01142976b07c5f6f7715dab0bbf46ac0e00fa38e 100644
|
| --- a/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| +++ b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| @@ -29,8 +29,8 @@ class AvatarMenuButton : public views::MenuButton,
|
| // Internal class name.
|
| static const char kViewClassName[];
|
|
|
| - // Creates a new button. If |disabled| is true and we're not in managed mode,
|
| - // clicking on the button will cause the profile menu to be displayed.
|
| + // Creates a new button. Unless |disabled| is true, clicking on the button
|
| + // will cause the profile menu to be displayed.
|
| AvatarMenuButton(Browser* browser, bool disabled);
|
|
|
| virtual ~AvatarMenuButton();
|
|
|