Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2517)

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: feedback Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_)
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698