diff options
Diffstat (limited to 'ash/shell/shell_delegate_impl.h')
-rw-r--r-- | ash/shell/shell_delegate_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h index 852c6be..2216c92d 100644 --- a/ash/shell/shell_delegate_impl.h +++ b/ash/shell/shell_delegate_impl.h @@ -48,6 +48,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { ash::SystemTray* tray) OVERRIDE; virtual ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE; virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE; + virtual void OpenFeedbackPage() OVERRIDE; private: // Used to update Launcher. Owned by main. |