Index: mojo/shell/android/android_handler_loader.cc |
diff --git a/mojo/shell/android/android_handler_loader.cc b/mojo/shell/android/android_handler_loader.cc |
deleted file mode 100644 |
index 922dbb5f27900846aff2a2c2c4ead872c05196d2..0000000000000000000000000000000000000000 |
--- a/mojo/shell/android/android_handler_loader.cc |
+++ /dev/null |
@@ -1,25 +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/shell/android/android_handler_loader.h" |
- |
-namespace mojo { |
-namespace shell { |
- |
-AndroidHandlerLoader::AndroidHandlerLoader() { |
-} |
- |
-AndroidHandlerLoader::~AndroidHandlerLoader() { |
-} |
- |
-void AndroidHandlerLoader::Load( |
- const GURL& url, |
- InterfaceRequest<Application> application_request) { |
- DCHECK(application_request.is_pending()); |
- application_.reset( |
- new ApplicationImpl(&android_handler_, application_request.Pass())); |
-} |
- |
-} // namespace shell |
-} // namespace mojo |