Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: mojo/shell/android/android_handler_loader.cc

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/shell/android/android_handler_loader.h ('k') | mojo/shell/android/apk/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6a5438d8fb8a916d2b23263581bab1df121f21cb..0000000000000000000000000000000000000000
--- a/mojo/shell/android/android_handler_loader.cc
+++ /dev/null
@@ -1,30 +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(ApplicationManager* manager,
- const GURL& url,
- ScopedMessagePipeHandle shell_handle,
- LoadCallback callback) {
- DCHECK(shell_handle.is_valid());
- application_.reset(
- new ApplicationImpl(&android_handler_, shell_handle.Pass()));
-}
-
-void AndroidHandlerLoader::OnApplicationError(ApplicationManager* manager,
- const GURL& url) {
-}
-
-} // namespace shell
-} // namespace mojo
« no previous file with comments | « mojo/shell/android/android_handler_loader.h ('k') | mojo/shell/android/apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698