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 16d126c9a885386be6d1745554bc492483f58dbb..b7cc7ed33b8f07db828a476a60f753e94e25ec2e 100644 |
--- a/ash/common/system/tray/system_tray_delegate.cc |
+++ b/ash/common/system/tray/system_tray_delegate.cc |
@@ -229,11 +229,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; |