| 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 da9b78aa219a40489325f96774cbc70add17bca8..b3d065adc12347b0923a57a46c003d5e4038b7a5 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.h
|
| +++ b/ash/common/system/tray/system_tray_delegate.h
|
| @@ -314,12 +314,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
|
|
|