| 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 80b2c7fdffa986f5d64adc04794e57291620a15a..7cb68de90b0d7b1cd2db9beb6a496c6af46a7bbd 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/services/core_services/application_delegate_factory.h"
|
| #include "mandoline/tab/web_view_application_delegate.h"
|
| #include "mandoline/ui/browser/browser_manager.h"
|
| @@ -122,8 +121,6 @@ void CoreServicesApplicationDelegate::StartApplication(
|
| delegate.reset(new clipboard::ClipboardApplicationDelegate);
|
| } else if (url == "mojo://filesystem/") {
|
| delegate.reset(new filesystem::FileSystemApp);
|
| - } else if (url == "mojo://surfaces_service/") {
|
| - delegate.reset(new surfaces::SurfacesServiceApplication);
|
| } else if (url == "mojo://tracing/") {
|
| delegate.reset(new tracing::TracingApp);
|
| } else if (url == "mojo://web_view/") {
|
|
|