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

Unified Diff: mojo/shell/tests/util.h

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 months 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/tests/test.mojom ('k') | mojo/shell/tests/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/util.h
diff --git a/mojo/shell/tests/util.h b/mojo/shell/tests/util.h
deleted file mode 100644
index 5520f4e61422816f29ba9f2ff6b5d378615b7372..0000000000000000000000000000000000000000
--- a/mojo/shell/tests/util.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2016 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_TESTS_UTIL_H_
-#define MOJO_SHELL_TESTS_UTIL_H_
-
-#include <string>
-
-#include "base/memory/scoped_ptr.h"
-
-namespace base {
-class Process;
-}
-
-namespace mojo {
-class Connection;
-class Connector;
-class Identity;
-namespace shell {
-namespace test {
-
-// Starts the process @ |target_exe_name| and connects to it as |target| using
-// |connector|, returning the connection & the process.
-// This blocks until the connection is established/rejected by the shell.
-scoped_ptr<Connection> LaunchAndConnectToProcess(
- const std::string& target_exe_name,
- const Identity target,
- mojo::Connector* connector,
- base::Process* process);
-
-} // namespace test
-} // namespace shell
-} // namespace mojo
-
-#endif // MOJO_SHELL_TESTS_UTIL_H_
« no previous file with comments | « mojo/shell/tests/test.mojom ('k') | mojo/shell/tests/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698