| Index: ash/system/tray/test_system_tray_delegate.h
|
| diff --git a/ash/system/tray/test_system_tray_delegate.h b/ash/system/tray/test_system_tray_delegate.h
|
| index 26a3dc7a6161fa6ee353fb446ac8318d1e697f9c..2962bc319596b54f911ff55ab737f83bdc1f58ea 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.h
|
| +++ b/ash/system/tray/test_system_tray_delegate.h
|
| @@ -42,6 +42,7 @@ class TestSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual void ShowNetworkSettings(const std::string& service_path) OVERRIDE;
|
| virtual void ShowBluetoothSettings() OVERRIDE;
|
| virtual void ShowDisplaySettings() OVERRIDE;
|
| + virtual void ShowSlow() OVERRIDE;
|
| virtual bool ShouldShowDisplayNotification() OVERRIDE;
|
| virtual void ShowDriveSettings() OVERRIDE;
|
| virtual void ShowIMESettings() OVERRIDE;
|
|
|