summaryrefslogtreecommitdiffstats
path: root/components/mus/mus_app.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/mus_app.cc')
-rw-r--r--components/mus/mus_app.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc
index 6d15e5b..3d0edfa 100644
--- a/components/mus/mus_app.cc
+++ b/components/mus/mus_app.cc
@@ -184,16 +184,6 @@ void MandolineUIServicesApp::OnNoMoreDisplays() {
base::MessageLoop::current()->QuitWhenIdle();
}
-scoped_ptr<ws::WindowTreeBinding>
-MandolineUIServicesApp::CreateWindowTreeBindingForEmbedAtWindow(
- ws::WindowServer* window_server,
- ws::WindowTree* tree,
- mojom::WindowTreeRequest tree_request,
- mojom::WindowTreeClientPtr client) {
- return make_scoped_ptr(new ws::DefaultWindowTreeBinding(
- tree, window_server, std::move(tree_request), std::move(client)));
-}
-
void MandolineUIServicesApp::CreateDefaultDisplays() {
// Display manages its own lifetime.
ws::Display* host_impl =