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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | « services/shell/tests/test.mojom ('k') | services/shell/tests/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/util.h
diff --git a/services/shell/tests/util.h b/services/shell/tests/util.h
deleted file mode 100644
index cad88317d177d9d07fbdde6a7f39123148dc94e8..0000000000000000000000000000000000000000
--- a/services/shell/tests/util.h
+++ /dev/null
@@ -1,34 +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 SERVICES_SHELL_TESTS_UTIL_H_
-#define SERVICES_SHELL_TESTS_UTIL_H_
-
-#include <memory>
-#include <string>
-
-namespace base {
-class Process;
-}
-
-namespace shell {
-class Connection;
-class Connector;
-class Identity;
-
-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.
-std::unique_ptr<Connection> LaunchAndConnectToProcess(
- const std::string& target_exe_name,
- const Identity target,
- shell::Connector* connector,
- base::Process* process);
-
-} // namespace test
-} // namespace shell
-
-#endif // SERVICES_SHELL_TESTS_UTIL_H_
« no previous file with comments | « services/shell/tests/test.mojom ('k') | services/shell/tests/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698