| Index: components/mus/android_loader.cc
|
| diff --git a/components/mus/android_loader.cc b/components/mus/android_loader.cc
|
| deleted file mode 100644
|
| index ff2cf84d0ffde69e9f2b34600dc39a1f41cc1faf..0000000000000000000000000000000000000000
|
| --- a/components/mus/android_loader.cc
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2015 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 "components/mus/android_loader.h"
|
| -
|
| -#include "components/mus/mus_app.h"
|
| -#include "mojo/shell/public/cpp/shell_connection.h"
|
| -
|
| -namespace mus {
|
| -
|
| -AndroidLoader::AndroidLoader() {}
|
| -AndroidLoader::~AndroidLoader() {}
|
| -
|
| -void AndroidLoader::Load(const const std::string& name,
|
| - mojo::shell::mojom::ShellClientRequest request) {
|
| - DCHECK(request.is_pending());
|
| - app_.reset(new mojo::ShellConnection(new MandolineUIServicesApp,
|
| - std::move(request)));
|
| -}
|
| -
|
| -} // namespace mus
|
|
|