Chromium Code Reviews| Index: ash/common/system/overview/overview_button_tray.cc |
| diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc |
| index 4bd5aadfc1498c4b4ca1f3de65ed91a1f4d23046..6cece3736aa1f35d9b51811e5117f66ee1f20614 100644 |
| --- a/ash/common/system/overview/overview_button_tray.cc |
| +++ b/ash/common/system/overview/overview_button_tray.cc |
| @@ -56,6 +56,10 @@ OverviewButtonTray::OverviewButtonTray(WmShelf* wm_shelf) |
| SetIconBorderForShelfAlignment(); |
| tray_container()->AddChildView(icon_); |
| + // Since |overview_button_tray| locates on the right most position, no |
| + // separator is required on its right side. |
|
tdanderson
2017/02/16 20:25:03
How about something like "Since OverviewButtonTray
yiyix
2017/02/16 20:43:43
I have update all comments. Could you check it aga
|
| + set_separator_visibility(false); |
| + |
| WmShell::Get()->AddShellObserver(this); |
| WmShell::Get()->GetSessionStateDelegate()->AddSessionStateObserver(this); |
| } |