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

Unified Diff: ash/common/system/chromeos/session/logout_button_tray.cc

Issue 2618383003: Remove the extra separator appears on the right side of the shelf (Closed)
Patch Set: Created 3 years, 11 months 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 | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | ash/common/system/tray/system_tray.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e3cfc2e3b20c7e86c9077f7856605d5567cce2d9..319e2ee7574463be802182e06a75273022fd375f 100644
--- a/ash/common/system/chromeos/session/logout_button_tray.cc
+++ b/ash/common/system/chromeos/session/logout_button_tray.cc
@@ -116,6 +116,7 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
// crbug.com/623987
button->AdjustFontSize(2);
button_ = button;
+ SetSeparatorVisibility(false);
James Cook 2017/01/09 23:50:53 nit: comment why this is false (because logout but
yiyix 2017/01/10 01:02:53 You are right, after removing the entire logics on
} else {
button_ = new LogoutButton(this);
}
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | ash/common/system/tray/system_tray.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698