Index: chrome/browser/app_controller_mac.mm |
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm |
index c99bf1398126144e745128b17adbf99523108c3d..3c23641a9a69179cc562c4ade434f139de6808c3 100644 |
--- a/chrome/browser/app_controller_mac.mm |
+++ b/chrome/browser/app_controller_mac.mm |
@@ -1455,7 +1455,7 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver { |
[dockMenu addItem:item]; |
// |profile| can be NULL during unit tests. |
- if (!profile || !profile->IsManaged()) { |
+ if (!profile || !profile->IsSupervised()) { |
titleStr = l10n_util::GetNSStringWithFixup(IDS_NEW_INCOGNITO_WINDOW_MAC); |
item.reset( |
[[NSMenuItem alloc] initWithTitle:titleStr |