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

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

Issue 2623703002: Removes WmRootWindowController::GetShell() (Closed)
Patch Set: not relative 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_root_window_controller_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_root_window_controller_mus.cc
diff --git a/ash/mus/bridge/wm_root_window_controller_mus.cc b/ash/mus/bridge/wm_root_window_controller_mus.cc
index 6e6faed24c8643f5daedd9932c1da893570e4ac1..a5a3279a65b823e790781c8bc01a16f97030e987 100644
--- a/ash/mus/bridge/wm_root_window_controller_mus.cc
+++ b/ash/mus/bridge/wm_root_window_controller_mus.cc
@@ -73,10 +73,6 @@ bool WmRootWindowControllerMus::HasShelf() {
return GetShelf() != nullptr;
}
-WmShell* WmRootWindowControllerMus::GetShell() {
- return shell_;
-}
-
WmShelf* WmRootWindowControllerMus::GetShelf() {
return root_window_controller_->wm_shelf();
}
« no previous file with comments | « ash/mus/bridge/wm_root_window_controller_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698