| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index d0d9b70c80def4e5ff1b057df477b616c63daa6e..f93747d540e9d1638db63379cbb5839145c9eea1 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -541,15 +541,6 @@ aura::client::StackingClient* ChromeShellDelegate::CreateStackingClient() {
|
| return new ash::StackingController;
|
| }
|
|
|
| -bool ChromeShellDelegate::IsSearchKeyActingAsFunctionKey() const {
|
| -#if defined(OS_CHROMEOS)
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableChromebookFunctionKey);
|
| -#else
|
| - return false;
|
| -#endif
|
| -}
|
| -
|
| ash::RootWindowHostFactory* ChromeShellDelegate::CreateRootWindowHostFactory() {
|
| return ash::RootWindowHostFactory::Create();
|
| }
|
|
|