| Index: ash/common/system/tray/system_tray_delegate.cc
|
| diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
|
| index 85e7fd3676081cbbf0ff872dea3ff1c565374dbc..ac4c0b4628b35123f17f3320b0e38f5e6b2bf11b 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.cc
|
| +++ b/ash/common/system/tray/system_tray_delegate.cc
|
| @@ -225,11 +225,6 @@ VPNDelegate* SystemTrayDelegate::GetVPNDelegate() const {
|
| return nullptr;
|
| }
|
|
|
| -std::unique_ptr<SystemTrayItem> SystemTrayDelegate::CreateDisplayTrayItem(
|
| - SystemTray* tray) {
|
| - return nullptr;
|
| -}
|
| -
|
| std::unique_ptr<SystemTrayItem> SystemTrayDelegate::CreateRotationLockTrayItem(
|
| SystemTray* tray) {
|
| return nullptr;
|
|
|