| Index: mandoline/services/core_services/core_services_application_delegate.cc
|
| diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
|
| index d3ef94685acfcf9fe628be02b56a7b2d8b87b8ed..39e8c066b1c227bb142349915e0c7cee305c7a42 100644
|
| --- a/mandoline/services/core_services/core_services_application_delegate.cc
|
| +++ b/mandoline/services/core_services/core_services_application_delegate.cc
|
| @@ -9,7 +9,6 @@
|
| #include "base/threading/simple_thread.h"
|
| #include "components/clipboard/clipboard_application_delegate.h"
|
| #include "components/filesystem/file_system_app.h"
|
| -#include "components/view_manager/surfaces/surfaces_service_application.h"
|
| #include "mandoline/ui/browser/browser_manager.h"
|
| #include "mojo/application/public/cpp/application_connection.h"
|
| #include "mojo/application/public/cpp/application_impl.h"
|
| @@ -138,8 +137,6 @@ void CoreServicesApplicationDelegate::StartApplication(
|
| } else if (url == "mojo://font_service/") {
|
| delegate.reset(new font_service::FontServiceApp);
|
| #endif
|
| - } else if (url == "mojo://surfaces_service/") {
|
| - delegate.reset(new surfaces::SurfacesServiceApplication);
|
| } else if (url == "mojo://tracing/") {
|
| delegate.reset(new tracing::TracingApp);
|
| #if defined(USE_AURA)
|
|
|