| Index: ash/shelf/shelf_widget.cc
|
| diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
|
| index fb40d5e0b44a875f645befc9bce516dbc95c8ba9..d5c5f904809730dbdd77d8edd5944218141ad4dc 100644
|
| --- a/ash/shelf/shelf_widget.cc
|
| +++ b/ash/shelf/shelf_widget.cc
|
| @@ -683,8 +683,6 @@ ShelfBackgroundType ShelfWidget::GetBackgroundType() const {
|
|
|
| // static
|
| bool ShelfWidget::ShelfAlignmentAllowed() {
|
| - if (!ash::switches::ShowShelfAlignmentMenu())
|
| - return false;
|
| user::LoginStatus login_status =
|
| Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus();
|
|
|
|
|