| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 879ccdd27bff60cd5a2c54e6568a5e9efb79a8d3..fde2bd1608146b0b0165328f7e71e464f0409d2d 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -210,10 +210,6 @@ aura::client::StackingClient* ShellDelegateImpl::CreateStackingClient() {
|
| return new StackingController;
|
| }
|
|
|
| -bool ShellDelegateImpl::IsSearchKeyActingAsFunctionKey() const {
|
| - return false;
|
| -}
|
| -
|
| RootWindowHostFactory* ShellDelegateImpl::CreateRootWindowHostFactory() {
|
| return RootWindowHostFactory::Create();
|
| }
|
|
|