| 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 995f2323e050606691c678de2f97a33145a7af85..cc88325d86aa9caa0c6bb0b2ead04080598d0d82 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.h
|
| +++ b/ash/common/system/tray/system_tray_delegate.h
|
| @@ -153,10 +153,6 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Shows the dialog to set system time, date, and timezone.
|
| virtual void ShowSetTimeDialog();
|
|
|
| - // Returns true if the notification for the display configuration change
|
| - // should appear.
|
| - virtual bool ShouldShowDisplayNotification();
|
| -
|
| // Shows information about enterprise enrolled devices.
|
| virtual void ShowEnterpriseInfo();
|
|
|
|
|