Index: mojo/application_manager/application_loader.cc |
diff --git a/mojo/application_manager/application_loader.cc b/mojo/application_manager/application_loader.cc |
deleted file mode 100644 |
index ac98b633c0013bb6a75e769c54f9e46c36b679cd..0000000000000000000000000000000000000000 |
--- a/mojo/application_manager/application_loader.cc |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-// Copyright 2014 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 "mojo/application_manager/application_loader.h" |
- |
-#include "base/bind.h" |
-#include "base/logging.h" |
- |
-namespace mojo { |
- |
-namespace { |
- |
-void NotReached(const GURL& url, |
- ScopedMessagePipeHandle shell_handle, |
- URLResponsePtr response) { |
- NOTREACHED(); |
-} |
- |
-} // namespace |
- |
-ApplicationLoader::LoadCallback ApplicationLoader::SimpleLoadCallback() { |
- return base::Bind(&NotReached); |
-} |
- |
-} // namespace mojo |