| 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 c6e41dbbf5474975e476f37e1ba1dd8a3b28a495..d368056ef54f8360d8f7c47e1f5b5eb8b6686021 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -95,6 +95,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root) OVERRIDE;
|
| virtual ash::RootWindowHostFactory* CreateRootWindowHostFactory() OVERRIDE;
|
| virtual string16 GetProductName() const OVERRIDE;
|
| + virtual bool IsTouchHudProjectionEnabled() const OVERRIDE;
|
| + virtual void ToggleTouchHudProjection() OVERRIDE;
|
|
|
| // content::NotificationObserver override:
|
| virtual void Observe(int type,
|
|
|