| Index: ash/common/system/tray_accessibility.cc
|
| diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc
|
| index 9e1fda577e811a2080b97da2577f6183c38fd425..bb69a60624149dfa593367e67489759fd070ab6a 100644
|
| --- a/ash/common/system/tray_accessibility.cc
|
| +++ b/ash/common/system/tray_accessibility.cc
|
| @@ -85,7 +85,7 @@ namespace tray {
|
| class DefaultAccessibilityView : public TrayItemMore {
|
| public:
|
| explicit DefaultAccessibilityView(SystemTrayItem* owner)
|
| - : TrayItemMore(owner, true) {
|
| + : TrayItemMore(owner) {
|
| ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
|
| if (!MaterialDesignController::UseMaterialDesignSystemIcons()) {
|
| // The icon doesn't change in non-md.
|
|
|