| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 64f81393fb0c76ca36b62b82e04b03a76c868833..5e1c3a2ddac1b7629cbd7f0778a63f9ecf9dc3a3 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -25,6 +25,10 @@ namespace content {
|
| class BrowserContext;
|
| }
|
|
|
| +namespace gfx {
|
| +class Image;
|
| +}
|
| +
|
| namespace ui {
|
| class MenuModel;
|
| }
|
| @@ -155,6 +159,10 @@ class ASH_EXPORT ShellDelegate {
|
|
|
| // Get the product name.
|
| virtual base::string16 GetProductName() const = 0;
|
| +
|
| + virtual void OpenKeyboardShortcutHelpPage() const {}
|
| +
|
| + virtual gfx::Image GetDeprecatedAcceleratorImage() const = 0;
|
| };
|
|
|
| } // namespace ash
|
|
|