Index: ash/common/system/tray/system_tray_delegate.h |
diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h |
index c2fbb7f6fda6730ec9bdcdfd0c19ffccf4cb0f8e..f30e4ae158347e8933de4ca5e33e1618b38c39c5 100644 |
--- a/ash/common/system/tray/system_tray_delegate.h |
+++ b/ash/common/system/tray/system_tray_delegate.h |
@@ -322,12 +322,6 @@ class ASH_EXPORT SystemTrayDelegate { |
// Returns VPNDelegate. May return nullptr. |
virtual VPNDelegate* GetVPNDelegate() const; |
- // Creates a system tray item for display settings. |
- // TODO(jamescook): Remove this when mus has support for display management |
- // and we have a DisplayManager equivalent. See http://crbug.com/548429 |
- virtual std::unique_ptr<SystemTrayItem> CreateDisplayTrayItem( |
- SystemTray* tray); |
- |
// Creates a system tray item for display rotation lock. |
// TODO(jamescook): Remove this when mus has support for display management |
// and we have a DisplayManager equivalent. See http://crbug.com/548429 |