summaryrefslogtreecommitdiffstats
path: root/ash/test/test_shell_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test/test_shell_delegate.h')
-rw-r--r--ash/test/test_shell_delegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index 35a6a7a..b929822 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -43,6 +43,7 @@ class TestShellDelegate : public ShellDelegate {
virtual SystemTrayDelegate* CreateSystemTrayDelegate(SystemTray* t) OVERRIDE;
virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE;
+ virtual void OpenFeedbackPage() OVERRIDE;
private:
bool locked_;