| Index: ash/aura/wm_shell_aura.cc
|
| diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
|
| index fd70e3f6f23009d04dc82a2bba260c1732d88edd..92c4bd8e20d6ea0a2e209cabc5b334caf52accc5 100644
|
| --- a/ash/aura/wm_shell_aura.cc
|
| +++ b/ash/aura/wm_shell_aura.cc
|
| @@ -47,14 +47,9 @@
|
|
|
| namespace ash {
|
|
|
| -WmShellAura::WmShellAura(std::unique_ptr<ShellDelegate> shell_delegate)
|
| - : WmShell(std::move(shell_delegate)) {
|
| - WmShell::Set(this);
|
| -}
|
| +WmShellAura::WmShellAura() {}
|
|
|
| -WmShellAura::~WmShellAura() {
|
| - WmShell::Set(nullptr);
|
| -}
|
| +WmShellAura::~WmShellAura() {}
|
|
|
| void WmShellAura::Shutdown() {
|
| if (added_display_observer_)
|
|
|