| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index 6e233915143310b9a1d5d3eddd35dcbac8b3710e..f23863e4080cffd6e8e0aeff0f78a49b85e97a99 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -171,11 +171,6 @@ aura::WindowTreeClient* WmShellMus::window_tree_client() {
|
| return window_manager_->window_tree_client();
|
| }
|
|
|
| -void WmShellMus::Initialize(
|
| - const scoped_refptr<base::SequencedWorkerPool>& pool) {
|
| - WmShell::Initialize(pool);
|
| -}
|
| -
|
| void WmShellMus::Shutdown() {
|
| WmShell::Shutdown();
|
|
|
| @@ -186,14 +181,6 @@ bool WmShellMus::IsRunningInMash() const {
|
| return true;
|
| }
|
|
|
| -WmWindow* WmShellMus::NewWindow(ui::wm::WindowType window_type,
|
| - ui::LayerType layer_type) {
|
| - aura::Window* window = new aura::Window(nullptr);
|
| - window->SetType(window_type);
|
| - window->Init(layer_type);
|
| - return WmWindow::Get(window);
|
| -}
|
| -
|
| WmWindow* WmShellMus::GetFocusedWindow() {
|
| // TODO: remove as both WmShells use same implementation.
|
| return WmWindow::Get(
|
|
|