Index: ash/common/system/tray/system_tray.cc |
diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc |
index b30b65a83ba52b7fe0001085cd592fd10d6e31a3..7f371783a25952396fa85569262f5a96dc9e78bf 100644 |
--- a/ash/common/system/tray/system_tray.cc |
+++ b/ash/common/system/tray/system_tray.cc |
@@ -567,7 +567,9 @@ void SystemTray::ShowItems(const std::vector<SystemTrayItem*>& items, |
bool persistent) { |
// No system tray bubbles in kiosk mode. |
if (WmShell::Get()->system_tray_delegate()->GetUserLoginStatus() == |
- LoginStatus::KIOSK_APP) { |
+ LoginStatus::KIOSK_APP || |
+ WmShell::Get()->system_tray_delegate()->GetUserLoginStatus() == |
+ LoginStatus::ARC_KIOSK_APP) { |
return; |
} |