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 aeaeb8ac6db78961a55cca66e533290637dcdb90..069b40354c01a49db14450fd9709c622bc8d1918 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h |
@@ -75,6 +75,7 @@ class ChromeShellDelegate : public ash::ShellDelegate, |
virtual double GetSavedScreenMagnifierScale() OVERRIDE; |
virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root) OVERRIDE; |
virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE; |
+ virtual bool IsSearchKeyActingAsFunctionKey() const OVERRIDE; |
// content::NotificationObserver override: |
virtual void Observe(int type, |