| Index: ash/common/system/chromeos/session/logout_button_tray.cc
|
| diff --git a/ash/common/system/chromeos/session/logout_button_tray.cc b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| index 08cdfba6ac8e8e8378924a9fa14fb706a065f289..4e93aaac53a63caa7c871506d41695e42c74925d 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.cc
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| @@ -119,7 +119,6 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
|
| button_ = new LogoutButton(this);
|
| }
|
| tray_container()->AddChildView(button_);
|
| - tray_container()->SetBorder(views::Border::NullBorder());
|
| WmShell::Get()->system_tray_notifier()->AddLogoutButtonObserver(this);
|
| }
|
|
|
| @@ -132,7 +131,6 @@ void LogoutButtonTray::SetShelfAlignment(ShelfAlignment alignment) {
|
| // TrayBackgroundView::SetShelfAlignment() can lay it out correctly.
|
| UpdateButtonTextAndImage(login_status_, alignment);
|
| TrayBackgroundView::SetShelfAlignment(alignment);
|
| - tray_container()->SetBorder(views::Border::NullBorder());
|
| }
|
|
|
| base::string16 LogoutButtonTray::GetAccessibleNameForTray() {
|
|
|