| Index: ash/system/tray/system_tray_item.cc
|
| diff --git a/ash/system/tray/system_tray_item.cc b/ash/system/tray/system_tray_item.cc
|
| index f5d5b717c74f94724ab30bb4a1be5ae07920bc08..554c58961c9b106aaa413ff61c1544c8b56b5ce4 100644
|
| --- a/ash/system/tray/system_tray_item.cc
|
| +++ b/ash/system/tray/system_tray_item.cc
|
| @@ -85,7 +85,7 @@ bool SystemTrayItem::ShouldHideArrow() const {
|
| return false;
|
| }
|
|
|
| -bool SystemTrayItem::ShouldShowLauncher() const {
|
| +bool SystemTrayItem::ShouldShowShelf() const {
|
| return true;
|
| }
|
|
|
|
|