| 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 7ea6c35a292f8bb5fe7135d00f8a53a827df6351..f24c367331a18bd2eca63edd479f2458fc964640 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.cc
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| @@ -108,7 +108,7 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
|
| if (MaterialDesignController::IsShelfMaterial()) {
|
| views::MdTextButton* button =
|
| views::MdTextButton::Create(this, base::string16());
|
| - button->SetCallToAction(true);
|
| + button->SetProminent(true);
|
| button->set_bg_color_override(gfx::kGoogleRed700);
|
| // Base font size + 2 = 14.
|
| // TODO(estade): should this 2 be shared with other tray views? See
|
|
|