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

Unified Diff: ash/system/date/date_default_view.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « ash/system/chromeos/tray_display.cc ('k') | ash/system/user/login_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/date_default_view.cc
diff --git a/ash/system/date/date_default_view.cc b/ash/system/date/date_default_view.cc
index bd05be2c88a22bb2d04915b9dbe1a15a1055a95c..6b07e25e06177de0ea8ce46f09cb884a86092d5a 100644
--- a/ash/system/date/date_default_view.cc
+++ b/ash/system/date/date_default_view.cc
@@ -62,8 +62,7 @@ DateDefaultView::DateDefaultView(ash::user::LoginStatus login)
view->AddButton(help_);
#if !defined(OS_WIN)
- if (login != ash::user::LOGGED_IN_LOCKED &&
- login != ash::user::LOGGED_IN_RETAIL_MODE) {
+ if (login != ash::user::LOGGED_IN_LOCKED) {
shutdown_ = new TrayPopupHeaderButton(this,
IDR_AURA_UBER_TRAY_SHUTDOWN,
IDR_AURA_UBER_TRAY_SHUTDOWN,
« no previous file with comments | « ash/system/chromeos/tray_display.cc ('k') | ash/system/user/login_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698