| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index 148ecc6d599875d972847398206b3e8c71f5e64d..001e2f50bcc17710b88e38e38828dbebfc12c9a1 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -77,6 +77,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| ash::ShelfItem* item) override;
|
| ash::GPUSupport* CreateGPUSupport() override;
|
| base::string16 GetProductName() const override;
|
| + void OpenKeyboardShortcutHelpPage() const override;
|
| + gfx::Image GetDeprecatedAcceleratorImage() const override;
|
|
|
| // content::NotificationObserver override:
|
| void Observe(int type,
|
|
|