| 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 3b4ede765bbe684c0cec885ea34decadcc050b9f..4dc847d1fab88b025d2b8fe1fac01826797461c8 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 ShowChromeSlow() OVERRIDE;
|
| virtual bool ShouldShowDisplayNotification() OVERRIDE;
|
| virtual void ShowDriveSettings() OVERRIDE;
|
| virtual void ShowIMESettings() OVERRIDE;
|
|
|