Index: mandoline/services/core_services/application_delegate_factory_default.cc |
diff --git a/mandoline/services/core_services/application_delegate_factory_default.cc b/mandoline/services/core_services/application_delegate_factory_default.cc |
deleted file mode 100644 |
index 6a62978cd15de9a9da12cb2bea6bfa1f8684d59c..0000000000000000000000000000000000000000 |
--- a/mandoline/services/core_services/application_delegate_factory_default.cc |
+++ /dev/null |
@@ -1,16 +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 "mandoline/services/core_services/application_delegate_factory.h" |
- |
-#include "mojo/shell/public/cpp/shell_client.h" |
- |
-namespace core_services { |
- |
-scoped_ptr<mojo::ShellClient> CreatePlatformSpecificApplicationDelegate( |
- const std::string& url) { |
- return nullptr; |
-} |
- |
-} // namespace core_services |