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

Unified Diff: chrome/browser/ui/views/profiles/avatar_menu_button.h

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines Created 6 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
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();

Powered by Google App Engine
This is Rietveld 408576698