| Index: chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/views/ash/chrome_shell_delegate.h b/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| index 50a9737dec886c48a478f0d18f22f57e5281d8c7..e17e0186994b8d0f32e052a012ce4500ed666698 100644
|
| --- a/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| @@ -58,6 +58,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| ash::SystemTray* tray) OVERRIDE;
|
| virtual ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
|
| virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE;
|
| + virtual void OpenFeedbackPage() OVERRIDE;
|
|
|
| // content::NotificationObserver override:
|
| virtual void Observe(int type,
|
|
|