| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 6e0b7c023410781e34d037b6640c129e96fff171..d71dda4d15058ba57a0d88a8715530ea8f5ce833 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -68,6 +68,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| aura::RootWindow* root_window) OVERRIDE;
|
| virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE;
|
| virtual bool IsSearchKeyActingAsFunctionKey() const OVERRIDE;
|
| + virtual RootWindowHostFactory* CreateRootWindowHostFactory() OVERRIDE;
|
|
|
| private:
|
| // Used to update Launcher. Owned by main.
|
|
|