| Index: ash/system/tray/test_system_tray_delegate.cc
|
| diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
|
| index 33d912ae94db8c922345b33657ec83eaaa9555e2..185f9090d32d1021699558fa7bbf0e8e79cb6aae 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.cc
|
| +++ b/ash/system/tray/test_system_tray_delegate.cc
|
| @@ -127,6 +127,9 @@ void TestSystemTrayDelegate::ShowBluetoothSettings() {
|
| void TestSystemTrayDelegate::ShowDisplaySettings() {
|
| }
|
|
|
| +void TestSystemTrayDelegate::ShowSlow() {
|
| +}
|
| +
|
| bool TestSystemTrayDelegate::ShouldShowDisplayNotification() {
|
| return should_show_display_notification_;
|
| }
|
|
|