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

Unified Diff: mojo/shell/external_application_listener_win.h

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
Index: mojo/shell/external_application_listener_win.h
diff --git a/mojo/shell/external_application_listener_win.h b/mojo/shell/external_application_listener_win.h
deleted file mode 100644
index 8280e75bdc87f0334391cda8d17c0faa204dac22..0000000000000000000000000000000000000000
--- a/mojo/shell/external_application_listener_win.h
+++ /dev/null
@@ -1,35 +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.
-
-#ifndef MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_WIN_H_
-#define MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_WIN_H_
-
-#include "mojo/shell/external_application_listener.h"
-
-#include "base/callback.h"
-#include "base/files/file_path.h"
-
-namespace mojo {
-namespace shell {
-
-// External application registration is not supported on Windows, hence this
-// stub.
-class ExternalApplicationListenerStub : public ExternalApplicationListener {
- public:
- ExternalApplicationListenerStub();
- virtual ~ExternalApplicationListenerStub() override;
-
- void ListenInBackground(const base::FilePath& listen_socket_path,
- const RegisterCallback& register_callback) override;
- void ListenInBackgroundWithErrorCallback(
- const base::FilePath& listen_socket_path,
- const RegisterCallback& register_callback,
- const ErrorCallback& error_callback) override;
- void WaitForListening() override;
-};
-
-} // namespace shell
-} // namespace mojo
-
-#endif // MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_WIN_H_
« no previous file with comments | « mojo/shell/external_application_listener_unittest.cc ('k') | mojo/shell/external_application_listener_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698