| 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..1f55abeb4a1e6987b1d79f67bdb2aaef5aeeaa0c 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_;
|
| }
|
|
|