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

Unified Diff: ash/mus/bridge/wm_shelf_mus.cc

Issue 2626483002: Removes WmShelfAura and WmShelfMus (Closed)
Patch Set: merge Created 3 years, 11 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/mus/bridge/wm_shelf_mus.h ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shelf_mus.cc
diff --git a/ash/mus/bridge/wm_shelf_mus.cc b/ash/mus/bridge/wm_shelf_mus.cc
deleted file mode 100644
index e368f802554e8508b94b04dd318d1c6c4facb5d6..0000000000000000000000000000000000000000
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ash/mus/bridge/wm_shelf_mus.h"
-
-#include "ash/common/shelf/shelf_widget.h"
-#include "ash/common/wm_root_window_controller.h"
-#include "ash/common/wm_shell.h"
-#include "ash/common/wm_window.h"
-
-namespace ash {
-namespace mus {
-
-WmShelfMus::WmShelfMus() {}
-
-WmShelfMus::~WmShelfMus() {}
-
-void WmShelfMus::WillDeleteShelfLayoutManager() {
- ShutdownShelfWidget();
- WmShelf::WillDeleteShelfLayoutManager();
-}
-
-} // namespace mus
-} // namespace ash
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.h ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698