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

Unified Diff: ash/shelf/shelf_widget.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: ash/shelf/shelf_widget.cc
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
index 73bbeaa6e5aa7cf4de8c3185fc36294c5114573c..32c0a699debe2fddf6dea1cb0d7d921c675d1d61 100644
--- a/ash/shelf/shelf_widget.cc
+++ b/ash/shelf/shelf_widget.cc
@@ -717,7 +717,6 @@ bool ShelfWidget::ShelfAlignmentAllowed() {
case user::LOGGED_IN_PUBLIC:
case user::LOGGED_IN_SUPERVISED:
case user::LOGGED_IN_GUEST:
- case user::LOGGED_IN_RETAIL_MODE:
case user::LOGGED_IN_KIOSK_APP:
case user::LOGGED_IN_NONE:
return false;

Powered by Google App Engine
This is Rietveld 408576698