| 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 d516a767d96ccf484d5c9c2597256793eac17d77..c3a2bfc36431e02af39c1292f6d148b8f7ae11fa 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::ShowChromeSlow() {
|
| +}
|
| +
|
| bool TestSystemTrayDelegate::ShouldShowDisplayNotification() {
|
| return should_show_display_notification_;
|
| }
|
|
|