| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 27ad26c817fbaaab8e628448278308125bd8bd7f..3a987e2efc3ef91d59ab0c0cd3d2eda96a5b3b25 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -68,7 +68,6 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| virtual ui::MenuModel* CreateContextMenu(
|
| aura::RootWindow* root_window) OVERRIDE;
|
| virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE;
|
| - virtual bool IsSearchKeyActingAsFunctionKey() const OVERRIDE;
|
| virtual RootWindowHostFactory* CreateRootWindowHostFactory() OVERRIDE;
|
|
|
| private:
|
|
|