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

Unified Diff: ash/common/system/overview/overview_button_tray.cc

Issue 2498613003: Add ARC++ kiosk menu items and ability to start kiosk session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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 | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/overview/overview_button_tray.cc
diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc
index fbdd95348afb54b27499b5e616a03a02a22d0da8..badd42cd9dff53763341f1488e05e2b5d6992a4e 100644
--- a/ash/common/system/overview/overview_button_tray.cc
+++ b/ash/common/system/overview/overview_button_tray.cc
@@ -152,7 +152,9 @@ void OverviewButtonTray::UpdateIconVisibility() {
session_state_delegate->GetSessionState() ==
session_manager::SessionState::ACTIVE &&
shell->system_tray_delegate()->GetUserLoginStatus() !=
- LoginStatus::KIOSK_APP);
+ LoginStatus::KIOSK_APP &&
+ shell->system_tray_delegate()->GetUserLoginStatus() !=
+ LoginStatus::ARC_KIOSK_APP);
}
} // namespace ash
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698